summaryrefslogtreecommitdiffstats
path: root/Demo plan.txt
blob: 5bcb93b1ca8bbae66cc38af35fc279c2f8088c7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Introduction

Part 1:
GUI
Expressions
Integers and Real variables
String variables
Print Statements

Part 2:
If Statements
If-Else Statements
Logical Statements
Showing not hard coded
Error handling?

Part 3:
Do Statements
Do-While Statements
Arrays
Error handling?

Part 4:
Functions
Subroutines
Recursive Functions
Larger Program combining features (sieve of eratosthenes?)