- 1
Can someone good in C help me plsđ
I have a probleme with my code because, I done a double switch like Int a,b; Printf(´´1. Choice1 ´´); Printf(´´2. Choice2´´); Switch (a) { Case 1: Printf(´´1. hy´´); Printf(´´2. Hello´´); Switch (b) { Case 1: Printf(´´gg´´); ... Case 2: ... Break; } Case 2: ... Break; { And I have a fckg error, I know thatâs not clear but just contact me for more explications
5 Answers
+ 2
You can upload your code as it really is in Code Playground. That makes it easier for us to look at it and judge what's wrong.
If I was to guess from what you show us here: Everything is filled with syntax errors. You start function names with capitals and don't use normal quotation marks. How could you expect the code to run like this?
(Short: We have to see what you really did.)
+ 1
Input values is not taken from user
0
What is the error you are getting
0
ok I will upload my code because thatâs not very easy for you to help me like that sry
0
done I upload my problem on the playground