R
Rich P
I tried
if (a == 1 && b == 2)
{
...
}
but got an error saying && can't be used with ints. How do I write the
above statement in C#?
Thanks,
Rich
if (a == 1 && b == 2)
{
...
}
but got an error saying && can't be used with ints. How do I write the
above statement in C#?
Thanks,
Rich