1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What are subprograms?
used to split a task into functions and procedures
What are the 2 types of subprograms?
Functions and procedures
What is a function?
it gives a result back to the main program
What is procedure?
it doesn’t give a result back to the main program.