Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Do this exercise in Visual Studio, then upload your Source.cpp file for grading. Using c-style I/O functions scanf() and printf(), not cin/cout, write a

C++

image text in transcribed

Do this exercise in Visual Studio, then upload your Source.cpp file for grading. 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL Crash Course A Hands On Introduction To Database Development

Authors: Rick Silva

1st Edition

1718503008, 978-1718503007

More Books

Students also viewed these Databases questions