2. Write a program inputs a character (char). Then using a type conversion (static_cast) print out the integer value of
Posted: Fri May 20, 2022 5:33 pm
2. Write a program inputs a character (char). Then using a type conversion (static_cast) print out the integer value of the letter. What happens if you add 1 to a character variable? Print out the results.