Computer Science A - digSum.cpp - 9/21/99 Directions: Write a short C++ program that will display the digit in the one's place and display the total number of digits in the integer. Sample Runs: Enter any integer: 849 The digit in the ones place: 9 Total digits = 3 Enter any integer: 7654321 The digit in the ones place: 1 Total digits = 7 Continued 9/23/99