+ 1
yu guys please help me so i wrote a progarm and it doesn’t give me an output
3 Antworten
+ 3
Hope this helps
https://code.sololearn.com/cKPXnAl92cqO/?ref=app
+ 2
Line 5: There’s no need to declare those variables as you don’t use them.
Line 6: Replaced char variable (which only holds a 1-byte integer such as ‘a’, ‘b’, etc) with string variable.
0
thank you so much man but can you please tell me what i did wrong ?