+ 3

can anyone explain what's wrong with this code?

https://code.sololearn.com/cW2Ye7QWFp20/?ref=app

3rd Sep 2019, 2:38 PM
sujay simha
sujay simha - avatar
5 Antworten
+ 4
oh....thanks a lot Youstina Amin
4th Sep 2019, 10:34 AM
sujay simha
sujay simha - avatar
+ 3
Refer syntax of - scanf ; switch in C lessons. Work with the examples to familiarize with the syntax. Happy Coding...
3rd Sep 2019, 2:51 PM
Kuri
Kuri - avatar
+ 3
please go through the C tutorial once more
3rd Sep 2019, 2:52 PM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 3
thanks ✳AsterisK✳ and Kuri
3rd Sep 2019, 3:02 PM
sujay simha
sujay simha - avatar
+ 3
Good job by the way Use scanf to get the value from the user easier (if U want) Minimize your code by using 1 printf with multiple \n \n instead of /n One switch with multiple cases Use (default) to the switch Take attention of the syntaxes Don't forget to show your calculator after fixing I fixed it by the way 😅😁
4th Sep 2019, 6:51 AM
Youstina Amin
Youstina Amin - avatar