0
What is wrong in this code.?
4 Answers
+ 3
https://code.sololearn.com/cE5oQk5o0ZIU/?ref=app
You're terminating the conditional statements before getting them reach their bodies by putting ";"
And
You need to "#include <ctype.h>" for using "toupper()" and "tolower()" funcs.
+ 2
Thnak you so mach Frisbee
+ 1
Partha No worries mate, Hope you've understood it well.
+ 1
Yeah, I understand, Frisbee