Menu

(Solved) : Resources Chapter 2 Introduction C Use Ms Visual Studio C Editor Complete Following Progra Q44037846 . . .

#3

Resources: Chapter 2: Introduction to C++ Use MS-Visual Studio or any other C++ Editor to complete the following programs. It

Resources: Chapter 2: Introduction to C++ Use MS-Visual Studio or any other C++ Editor to complete the following programs. It is a basic programming course. You need to read the chapter thoroughly, and you do have the opportunity to do the “One-On-One” session with me, in case you need to review some concepts Submission: You need to add the screenshots for each question (program) along with the source code.cpp file). Hint: Use the single line and block comments in the entire program Complete any THREE questions from Q1, 2, 3, and 10 Note: These questions are listed inside your book chapter 2. 1. Sum of Two Numbers Write a program that stores the integers 50 and 100 in variables, and stores the sum of these two in a variable named total 2. Sales Prediction The East Coast sales division of a company generates 58 percent of total sales. Based on that percentage, write a program that will predict how much the East Coast division will generate if the company has $8.6 million in sales this year. 3. Sales Tax Write a program that will compute the total sales tax on a $95 purchase. Assume the state sales tax is 4 percent, and the county sales tax is 2 percent. Show transcribed image text Resources: Chapter 2: Introduction to C++ Use MS-Visual Studio or any other C++ Editor to complete the following programs. It is a basic programming course. You need to read the chapter thoroughly, and you do have the opportunity to do the “One-On-One” session with me, in case you need to review some concepts Submission: You need to add the screenshots for each question (program) along with the source code.cpp file). Hint: Use the single line and block comments in the entire program Complete any THREE questions from Q1, 2, 3, and 10 Note: These questions are listed inside your book chapter 2. 1. Sum of Two Numbers Write a program that stores the integers 50 and 100 in variables, and stores the sum of these two in a variable named total 2. Sales Prediction The East Coast sales division of a company generates 58 percent of total sales. Based on that percentage, write a program that will predict how much the East Coast division will generate if the company has $8.6 million in sales this year. 3. Sales Tax Write a program that will compute the total sales tax on a $95 purchase. Assume the state sales tax is 4 percent, and the county sales tax is 2 percent.

Expert Answer


Answer to Resources: Chapter 2: Introduction to C++ Use MS-Visual Studio or any other C++ Editor to complete the following program…

OR