#include using namespace std; int main() { int sum = 0; // summing variable // input value int dataValue; // Add code: Declare an int here for the loop counter // Add code: Declare an int here for the loop total // Add code: Set the loop counter to 0 // Add code: Prompt the user for how many numbers they want to add 11 ie. the loop total // Add code: Read the loop total // Add code: Write a while statement that compares 11 your loop counter to your loop total 11 eg. while (loopctr< looptotal) 11 Note: the variable names depend on how you declared them. { cout << "Enter an integer value. Press return." << endl; cin >> dataValue; sum = sum + dataValue; // Add code: Increment your loop counter variable } // end of while loop block cout << endl<<< "The sum is << sum << endl; . return 0;

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section: Chapter Questions
Problem 7PP
icon
Related questions
Question
100%

please can you fill in the c++ code in this screenshot while adding professional comments using the // command after each code thank you

#include <iostream>>
using namespace std;
int main()
{
// summing variable
// input value
// Add code: Declare an int here for the loop counter
// Add code: Declare an int here for the loop total
// Add code: Set the loop counter to 0
int sum = 0;
int dataValue;
// Add code: Prompt the user for how many numbers they want to add
ie. the loop total
//
// Add code: Read the loop total
// Add code: Write a while statement that compares
your loop counter to your loop total
eg. while (loopctr< looptotal)
Note: the variable names depend on how you declared them.
//
//
//
{
cout << "Enter an integer value. Press return." << endl;
cin >> dataValue;
sum = sun + dataValue;
// Add code: Increment your loop counter variable
} // end of while loop block
cout << endl<<< "The sum is << sum << endl;
return 0;
Transcribed Image Text:#include <iostream>> using namespace std; int main() { // summing variable // input value // Add code: Declare an int here for the loop counter // Add code: Declare an int here for the loop total // Add code: Set the loop counter to 0 int sum = 0; int dataValue; // Add code: Prompt the user for how many numbers they want to add ie. the loop total // // Add code: Read the loop total // Add code: Write a while statement that compares your loop counter to your loop total eg. while (loopctr< looptotal) Note: the variable names depend on how you declared them. // // // { cout << "Enter an integer value. Press return." << endl; cin >> dataValue; sum = sun + dataValue; // Add code: Increment your loop counter variable } // end of while loop block cout << endl<<< "The sum is << sum << endl; return 0;
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Concept of memory addresses in pointers
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage