Computer Science, asked by sjshhshw9543, 1 year ago

Write a program that input a capital alphabet and prints its in small case

Answers

Answered by Anonymous
0

Any character is entered by the user; write a program to determine whether the character entered is a capital letter, a small case letter, a digit or a special symbol.The following table shows the range of ASCII values for various characters. (ch>=123 && ch<=127)) cout<<"Character

Similar questions