0
what's the use of Int x=42
static void Main(string[] args) { int x = 42; int num = 0; while(num < 6) { Console.WriteLine(num); num++; }
3 Answers
+ 2
Create an integer type variable with i itial value of 42.
+ 2
it is useless, you can delete that code
0
its declaration..its not necessary in ur code