Question: C++ Exercise 3 - Exploring the char data type with functions Print out the ASCII table. Refer to it for this problem. 1* Run code
C++
Exercise 3 - Exploring the char data type with functions Print out the ASCII table. Refer to it for this problem. 1* Run code with different character: a, A, x, 1, #, $. What results do you get ? Check with ASCII table. 2* Explain why the code/decode works ? Hint: What really is a char data type. // Code and Decode a character #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
