I can't run the code in Visual studio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I can't run the code in Visual studio

I cannot run this code in Visual Studio There is also no option to run the code in Visual Studio int num = 1; while(num < 6) { Console.WriteLine(num); num++; }

21st Nov 2020, 3:15 PM
PREETHAM PRAVEEN
PREETHAM PRAVEEN - avatar
1 Answer
+ 4
Download c# extension in Visual Studio.
21st Nov 2020, 3:31 PM
Pratyush Raj[LEFT]-TEMP
Pratyush Raj[LEFT]-TEMP - avatar