Inputs and Outputs
Introduction to Inputting and Outputting Data
Inputs
DECLARE <variable name> : <data type>
INPUT <variable name>DECLARE num1 : INTEGER
INPUT num1Outputs
OUTPUT <value>OUTPUT <value1>, <value2>, <value3>OUTPUT num1Last updated
Was this helpful?