Question: C++ language Using a nested for() loop, write a program that prints out the following pattern. Each output statement must be cout < < *;

C++ language

Using a nested for() loop, write a program that prints out the following pattern. Each output statement must be cout << *;

*

* *

* * *

* * * *

2. Write a program that allows you to enter a series of grades for a class. Use a grade of -1 as the sentinel (stop value). Output the average grade and the number of students.

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