This video explains how to create an Asterisks Printing game in C++.
It covers using a While Loop to run the program, using Stream Objects (cout/cin) in order to process user input, and how to use a For Loop in order to print the specified number of asterisks.
___________________________________________________________________
VIDEO TABLE OF CONTENTS:
0:17 - 1:03 Expected output of our program
1:06 - 3:17 Setting up our program: variables we need & the while loop
3:18 - 9:37 Using a For Loop to output Asterisks
9:32 - 11:00 Running our while loop again again using Cout/Cin
___________________________________________________________________
LINK TO THE PROGRAM FLOWCHART CAN BE FOUND HERE:
https://docs.google.com/drawings/d/1RTKqg3t0VG9yMS3ei6UdauRUjUkrVRWF82XzTCeEqnM/edit?usp=sharing