Question: c++ Exercise 5 Count Words in String 5 Points Write a C+ program that asks the user to enter a character and then displays the

c++
Exercise 5 Count Words in String 5 Points Write a C+ program that asks the user to enter a character and then displays the decimal equivalent of that character from the ASCII code table. Hint: You will need to use a cast in your program to do this. Example: Please enter a character A The ASCII code for the character A is 65
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
