+ 3
Switch Statement
Can someone explain to me what's wrong with my code & what I'm doing wrong? I'm a bit of a slow learner when it comes to self learning this kind of stuff. ~Thank you in advance. https://code.sololearn.com/caMDsCRNu1ZD/?ref=app
3 Respuestas
+ 8
Give paranthese { } after starting switch statement
Switch ()
{
Case1..
.
.
.
}
+ 6
Welcome 😊
+ 4
Lol woops, thanks! 😅