Final Problem 1.2
You cannot submit for this problem because the homework's deadline is due.
Description
Write a program that takes a string from the standard input device after runing the
program, and print out the total number of numeric values, alphabetic values, and
other special character type.
Format
Name your program as ex1_2.cpp
Input
A string from standard input. (No space in the string.)
Output
Three integers, in the order:
num_numeric num_alphabetic num_others
Sample 1
Input
123ab
Output
3 2 0
Sample 2
Input
-1a3b#
Output
2 2 2
Final Exam
- Status
- Finished
- Problems
- 5
- Open Since
- 2020-08-07 16:00
- DDL
- 2020-08-07 17:45
- Extension
- 0.0 hour(s)