0
My code didn't work (printf,scanf code)
Hello , this is a basic code in C, but it didn't work with me, Where is my mistake can you take a look please?? https://code.sololearn.com/cjFzFhEkp7zZ/?ref=app
2 Respostas
+ 3
Line 8,10:
You forget ;(semicolon) at end of line.
+ 1
Oh !!_!! Thank you I didn't notice that .^. It's working now 👍🏻