I have to write this program on C, if someone could explain what to do and how to do it I would be most appreciative?
Using sequence and selection, write a program which asks the user to input a single character. The program must then compute and output the type of character input based upon the following ASCII classification table:
ASCII Classification: Low: High:
Non-Printable 0 31
Space 32 32
Symbol 33 47
Digit 48 57
Symbol 58 64
Uppercase 65 90
Symbol 91 96
Lowercase 97 122
Symbol 123 126
Non-Printable 127 127