Datatypes and Variables

Create variables to reference and manipulate data


#NameDescriptionStatus
1Comments - InlineLet's start light. Learn how to comment code Not Started
2Comments - BlockComment multiple lines at once Not Started
3Intro to VariablesThe building blocks of code Not Started
4IntegersLearn how to code with whole numbers Not Started
5DecimalsLearn how to code with precision Not Started
6BooleansYou CAN handle the truth Not Started
7StringsKeep track of phrases, words, and characters Not Started
8ConstantsSet it once and only once Not Started