Changes

8 bytes added ,  07:07, 7 February 2021
no edit summary
Line 11: Line 11:  
<strong>Variable Types</strong>
 
<strong>Variable Types</strong>
   −
Boolean = True or False
+
* Boolean = True or False
   −
Integer = Whole Numbers for example:  100, 200, 300
+
* Integer = Whole Numbers for example:  100, 200, 300
   −
Decimal = numbers with . character for example: 1.1 1.11 1.111
+
* Decimal = numbers with . character for example: 1.1 1.11 1.111
   −
String = text and numbers and special characters for example: The cat sat on the mat! The cat is 5 years old, how old is yours?
+
* String = text and numbers and special characters for example: The cat sat on the mat! The cat is 5 years old, how old is yours?