Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. int figure(char) will return 1 if the parameter is a letter 2 if the parameter is a space 3 if the parameter is a
1. int figure(char) will return 1 if the parameter is a letter
2 if the parameter is a space
3 if the parameter is a digit
4 otherwise
2. int input(int, int, int) will input data from cin until a value
that is equal to one of the three parameters is input from
cin. That value will be returned.
We have not learned advanced stuff, I do need functions for each of the two programs.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started