Programming Course 5
Programming Course 5
9] , _ , $ )
Variables Types of variables String Free text, ex: "Hello world ..."
Programming
course - SSTech Assignment syntax nameOfVariable = value ;
* Multiplication, Ex: a * b
/ Division, Ex: a / b
Logical Operators && Logical AND, Ex: (5 < 2) && ( 5 > 3 ) ====> False