Question: C++ Write a segment of code to read a 4-digit integer from the keyboard. Your program should then output its rightmost and leftmost digits on
C++ Write a segment of code to read a 4-digit integer from the keyboard. Your program should then output its rightmost and leftmost digits on the screen. A sample run of your program shuld be exactly as follows: Please enter a 4-digit integer: 7806 The rightmost digit of this number is 6 The leftmost digit of this number is 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
