Variables and Standard Types
SurveyBuilder Corner
SurveyBuilder uses variables extensively. Variables are used for storing a representation of our survey and storing the answers to questions, so we can use the results to take the code in a variety of directions.
We also use the var keyword a lot:
var survey = new Survey("How much are you Programer?");
Page 15 of 17