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
Get step-by-step solutions from verified subject matter experts
