C++ 10.4 Lab Exercise 10: C-style I/O with printf() & scanf()
10.4 Lab Exercise 10: C-style I/O with printf() & scanf()
Do this exercise in Visual Studio, then upload your Source.cpp file for grading.
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
Your name with vowels removed: J Smth
LAB ACTIVITY
10.4.1: Lab Exercise 10: C-style I/O with printf() & scanf()
0/2
Submission Instructions
Deliverables
Source.cpp
You must submit this file.