Answers for "c# and c sharp"

C#
2

c# and

//the and operator in c sharp is "&&" (hold shift and 6 ;))
if(a == 0 && b == 0)
{
  //both a and b is 0	
}
Posted by: Guest on April-12-2021

C# Answers by Framework

Browse Popular Code Answers by Language