What I'm doing wrong in this code? Correct me if you are interested | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
13th Oct 2018, 4:02 PM
Harinarayan Sahu
Harinarayan Sahu - avatar
2 Answers
+ 1
https://code.sololearn.com/ctChlFF0csQa/?ref=app
13th Oct 2018, 4:55 PM
qwerty
qwerty - avatar
+ 2
It's int main(), not '['Wmain']' main(). Also you cant put strings in switch statements. You should use gets() before puts() too.
13th Oct 2018, 4:42 PM
qwerty
qwerty - avatar