Question: / / your name #include using namespace std; int main ( ) { double num 1 = 0 . 0 ; double num 2 =

// your name
#include
using namespace std;
int main()
{
double num1=0.0;
double num2=0.0;
double sum =0.0;
//1. Have the user enter a value for num1(prompt them first)
//2. Have the user enter a value for num2(prompt them first)
//3. Calculate the sum of num 1 and num 2
//4. Display the sum with appropriate text
return 0;
}
Write the coding instructions in listed in the comments, run and test.

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 Programming Questions!