Question #20209

Console.WriteLine(value != null);

Console.WriteLine("int value: {0}", value);



explain these two codes specially int value :{0}

Expert's answer


Console.WriteLine(value != null); It will show value if value is not equalnull

int value: {0} is one of format to show information. It will show variable
value.

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS