Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . Trace the following code with input values: 5 , 8 , 3 , 1 , 4 , 2 . #include using namespace std;

1. Trace the following code with input values: 5,8,3,1,4,2.
#include
using namespace std;
int main()
{ int n=0;
float x1=0, sum=0;
cout<<" How many numbers do you have?"<>n;
while(n >0)
{ cout<<"Enter a number. ";
cin>>x1;
sum = sum + x1;
n = n -1;
}
if ( sum <20)
cout<<"C++ is Great!"<< endl;
else
{ sum = sum -2;
cout<<"I love C++."<

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

Data And Information Quality Dimensions, Principles And Techniques

Authors: Carlo Batini, Monica Scannapieco

1st Edition

3319241060, 9783319241067

More Books

Students also viewed these Databases questions

Question

Define human resources management (HRM).

Answered: 1 week ago

Question

=+free to pirate employees from competitors?

Answered: 1 week ago