Skip to content
Chapter 3: Input and Output Operations
- Input Symbol:
Demonstrating how to create input prompts in RAPTOR and store the values in variables.
Example: Reading two numbers from the user.
- Output Symbol:
Explaining how to display output messages to the user.
Example: Displaying the sum of the two numbers entered.
- Using Variables:
- Introduction to declaring and using variables in RAPTOR.
- Storing and manipulating user inputs.
- Example Flowchart:
A simple program that asks the user for their name and age, and then outputs a personalized greeting.