/*interger variable*/ int myInterger = 1; //rounded numbers /*float variable*/ float myFloat = 1.0; //numbers with Decimals /*string variable*/ string myString = "Hello, World"; //string of Text /*bool variable*/ bool myBool = true; //true or false