Question: This is C++ Using c-style I/O functions scanf() and printf(), not cin/cout, write a program that prompts the user for two floats (or doubles) and
This is C++
Using c-style I/O functions scanf() and printf(), not cin/cout, write a program that prompts the user for two floats (or doubles) and then prints:
Their sum Their difference Their product Their average
Then the program should prompt for their name (first, last), and print their name with vowels removed. A sample program run would look like:
Enter 2 numbers: 1 2.2 sum= 3.200000 difference= -1.200000 product= 2.200000 average= 1.600000 Enter your name (first, last): Joe Smith Yr nm wth vwls rmvd: J Smth
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
