This means compile out & sends the information or code in the compiler so it runs.
What is cout
This tells us how long our string is
This allows us to calculate math on our compiler
What is #include <cmath>
A scene in our game
What is a layout
He sung the song Hey Young World which we used in our first code
What is Slick Rick
This represents integers, whole numbers both positive and negative, & zero.
What is int
This allows us use strings in our compiler
What is #include <string>
A player in our game
What is a sprite
She was a well known African American abstract Artist
What is Alma Thomas
This represents decimal numbers in our code
What is double
This allows us to calculate square roots
What is sqrt (36)
This is a fail safe option that is typically our last line before closing our bracket
return 0;
This is a type of game which also is called a side scroller game
What is a platformer game
She invented the surgery to treat cataracts
What is Patricia Bath
This allows the compiler to store text
This allows us to perform exponents in our compiler
What is pow (10, 10)
This is a configuration option
#include <iostream>
The father of game mechanics who also designed sim city as well as many other games
What is Will Wright
Who is Chadwick Boseman
A single character/one byte character which is also a data/character type
This allows us to replace a character in our string
What is phrase [0] = '1';
This is our "stop sign" which tells the code to go to the next line and is one of the ways to end a line
What is semicolon or ;
This programming language is used for smart watches, medical devices, video games, and many other things
What is C++ programming language
What is Mr. Matthews