0
how is if statement works -if(char ch>='A'&&ch<='z'||ch>='a'&&ch<='z'){letter++}
3 Answers
+ 1
thax bro
0
It is going to check if the character ch is a alphabet or not .If it's alphabet you increment letter because u are keeping a count of number of characters in the program.
0
(ch âș= 'A' && ch <=
" Z1)