Answer to Question #20209 in C# for ali akhtar
Console.WriteLine(value != null);
Console.WriteLine("int value: {0}", value);
explain these two codes specially int value :{0}
1
2012-12-07T05:01:04-0500
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!
Learn more about our help with Assignments:
C#
Comments
Leave a comment