Three common tasks:
1. Input
2. Processing
3. Output
drag
prompt
variable
A variable is a named memory location that can store values.
As you type raptor shows auto complete options.
The text in the prompt must be enclosed by quotation marks.
Input
"Enter radius"
press tap to enter the variable name.
radius
Assignement
area
tab
Pi * radius * radius
Output
"The area is"+area(paste the one currently stored)
10
displays in the watch window
Comments
Author : Thileban Nagarasa
Date : 27 May 2018
Description : Calculate the area of a circle.
Comments
Post a Comment