+ 1
yu guys please help me so i wrote a progarm and it doesnât give me an output
3 RĂ©ponses
+ 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 ?