A. if B. if else C. switch case D. for
A. 40 B. 20 C. 9 D. 1
A. ch>=”A”&& ch<=”Z” B. ch>=”A”|| ch<=”Z” C. ch>='A' && ch<='Z' D. ch>='A' || ch<='A'