Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I have to write a program to solve the problems givenbelow: 1. Read a set of thr

ID: 3609600 • Letter: I

Question

I have to write a program to solve the problems givenbelow: 1. Read a set of three numbers from keyboard and determine themiddle of three numbers. For instance, if the numbers are 5, -1,and 0, the middle number is 0. Another example, if the numbers are20, 50, and 15, the middle number is 20. 2. Read a set of character (string) from the standardinput device (kbd), and render the string in the right triangleform as shown below. For instance, if the string is "Dictionary",its right triangle form looks like the following: Dictionary Dictionar Dictiona Diction Dictio Dicti Dict Dic Di D 3. Read a line of text and print only the vowelletters. 4. Read a set of two decimal numbers and perform a divisionoperation. If the divisor is zero, the operation must not be done.For instance, if the two numbers are 3.5 and 0, the divisionoperation must not be done; instead an error message should bedisplayed. Thank You! I have to write a program to solve the problems givenbelow: 1. Read a set of three numbers from keyboard and determine themiddle of three numbers. For instance, if the numbers are 5, -1,and 0, the middle number is 0. Another example, if the numbers are20, 50, and 15, the middle number is 20. 2. Read a set of character (string) from the standardinput device (kbd), and render the string in the right triangleform as shown below. For instance, if the string is "Dictionary",its right triangle form looks like the following: Dictionary Dictionar Dictiona Diction Dictio Dicti Dict Dic Di D 3. Read a line of text and print only the vowelletters. 4. Read a set of two decimal numbers and perform a divisionoperation. If the divisor is zero, the operation must not be done.For instance, if the two numbers are 3.5 and 0, the divisionoperation must not be done; instead an error message should bedisplayed. Thank You!

Explanation / Answer

please rate - thanks I think it has all combinations of the 3 numbers! if not message me #include #include using namespace std; bool isVowel(char); int main() {int a,b,c,i,j; string word; char trash; double d,e; couta; coutb; coutc; coutc)       if(b>c)         cout