+ 3
can anyone explain what's wrong with this code?
5 Antworten
+ 4
oh....thanks a lot Youstina Amin ☺
+ 3
Refer syntax of - scanf ; switch in C lessons. Work with the examples to familiarize with the syntax.
Happy Coding...
+ 3
please go through the C tutorial once more
+ 3
thanks ✳AsterisK✳ and Kuri
+ 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 😅😁