Question: in c++ Finish the methods in the following code. DO NOT CHANGE THE MAIN METHOD. The instructions for each method are in a comment in
in c++ Finish the methods in the following code. DO NOT CHANGE THE MAIN METHOD. The instructions for each method are in a comment in the template. DO NOT CHANGE THE MAIN METHOD!!!!
#include
Sample output using VSCode. Part of the output comes from the main method.
Enter string1: Helloooo Nurse! Enter value1: 3 Enter value2: 5 The summation is: 12 The string "Helloooo Nurse!" has 7 vowels and 8 characters that are not vowels. Type -1 to exit. Enter a number: 2 Enter a number: 3 Enter a number: 10 Enter a number: 32 Enter a number: -1 The average is: 11.75
Sample output for the same input as above using zyBooks. Part of the output comes from the main method.
Enter string1: Enter value1: Enter value2: The summation is: 12 The string "Helloooo Nurse!" has 7 vowels and 8 characters that are not vowels. Type -1 to exit. Enter a number: Enter a number: Enter a number: Enter a number: Enter a number: The average is: 11.75
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
