Concept Flow - Number type behavior
Declare number variable
Assign numeric value
Perform arithmetic or comparison
Check for special values: NaN, Infinity
Use value in expressions or output
This flow shows how a number variable is declared, assigned, used in calculations, checked for special cases, and then output or used further.