Back to Browse

Asterisks Printing Program in C++

3.4K views
Sep 24, 2016
11:04

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

Download

1 formats

Video Formats

360pmp422.4 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Asterisks Printing Program in C++ | NatokHD