About Lesson
Flowgorithm numbers can be of two types:
- Integer
- Real
Â
Integer
Integers are whole numbers. Examples of Integers: 15, 0, -33, etc
Number of students in a classroom, team size – Integer data type
team_size = 6
Real
A Real number is a number with a fractional part separated by a decimal point.
Examples of Real numbers: 3.14, 2.71828, etc
Length of the cylinder – Real data type