Eror code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Eror code

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Variable Example { class Program { static void Main(string[] args) { int i = 1; switch (i) { case 1: Console.WriteLine(Line"); break; case 2 Console.WriteLine("Two"); Console.WriteLine("Two"); default: Console.WriteLine("Other"); break; } } } }

11th Jul 2020, 9:40 AM
Md. Abdullah Al Maruf
3 Answers
+ 2
Please insert you source code here I am unable to understand what you want to write in this question. Thank you.
11th Jul 2020, 9:41 AM
Akshay Panwar
Akshay Panwar - avatar
0
case 2 missing :
11th Jul 2020, 9:43 AM
Taste
Taste - avatar
0
Yes you solve this code
11th Jul 2020, 9:43 AM
Md. Abdullah Al Maruf