From 07005cf0189fb9c828fa8a55fa7a39b036596877 Mon Sep 17 00:00:00 2001 From: AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> Date: Fri, 10 Dec 2021 16:21:12 +0000 Subject: Logical example and demo structure --- Demo plan.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Demo plan.txt (limited to 'Demo plan.txt') diff --git a/Demo plan.txt b/Demo plan.txt new file mode 100644 index 0000000..5bcb93b --- /dev/null +++ b/Demo plan.txt @@ -0,0 +1,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?) -- cgit v1.2.3