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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!