Question: C++ . Assignment #4 Steps to submit Complete the assignment #4 and place your work in Dropbox folder, W4- Dropbox Assignment. Make sure you turn

. Assignment #4 Steps to submit Complete the assignment #4 and place your work in Dropbox folder, "W4- Dropbox Assignment". Make sure you turn in your work in the following format: {Last Name}, {First Name}_A04.cpp e.g. - "Doe, John_A04.cpp" Make sure to place your name in the program before compiling. "This program was written by, John Doe." NOTE Your program must have a multiline commented Banner with your name, course number title, assignment number, Semester/year Program (all the statements) must be well-commented Program must be properly indented . . . Write the necessary program in C++ that does the following: 1. Asks the user to input two decimal numbers by using a prompt "Enter a decimal number: "on the screen for each number 2. Reads the user's inputted decimal values from the keyboard and Stores it in the variables called number1 and number2 3. Calculates the sum of those two numbers and Stores it in a variable called total 4. Displays the two inputted values and the sum with proper labels to the values, on the screen e.g., if the user entered 3.2 and 7.1 as the inputs on the keyboard, then the output should be: The first number is: 3.2 The second number is: 7.1 The total of the two numbers is: 10.3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
