Monday
May 20, 2013

Homework Help: C++

Posted by Anonymous on Wednesday, October 20, 2010 at 6:41pm.

1. while(c <= 5)
{ product *= c;
c++;

2. while ( z > 0 )
sum = sum + z;

3. x = 1;
while (x <=10 );
x++;
}

4. The following code should print the values 1 to 10
n = 1;
while ( n < 10 )
cout < n++ < endl;
5. While (x <=100)
total = total + x;
x++;

Answer this Question

First Name:
School Subject:
Answer:

Related Questions

C programming - Enter two integers between 1 to 10 3 4 Both numbers are less ...
math - Find the two numbers that multiply to the product number and add to the ...
Math - The sum of 16terms oe an A.P is -504,while the sum of its 9terms is -126....
programming logic and design - what is the output by each psuedocode segments ? ...
programming logic and design - whats is the output for each psuedocode sedment? ...
Computer Programming - I was wondering if someone could review my pseudocode to ...
maths - the sum of N positive integers is 19. what is the maximum possible ...
PRE CALC - Which combination of limit properties is required to evaluate this ...
Math - Sum of4th and the 6th terms of an a,p is 42 . While the sum of the 3rd ...
Computer Sciene-java - Write a loop that will continuously prompt the user for ...

For Further Reading

Search
Members
Community