Patrick B. answered 11/18/20
Tutor
4.7
(31)
Math and computer tutor/teacher
Ccompile error, missing parenthesis
Result 1,3,6,10,15,21,28,36,45,55
Ali A.
asked 11/18/20int counter = 1;
int result = 0;
while (counter <= 10
{
result = result + counter;
counter++;
}
System.out.println(“ result= “ + result);
Patrick B. answered 11/18/20
Math and computer tutor/teacher
Ccompile error, missing parenthesis
Result 1,3,6,10,15,21,28,36,45,55
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.