At the end of this lesson, you will be able to:
- make a flowchart
- use and understand what a constant is
- review getting input from the user
- go over "Constants"
- in python, you can actually change the value, but it is a BAD IDEA
- they are actually called “constant variables”, I know very odd!
- most languages will not let you change a value of a constant
- ex. Swift: let spriteImage = 14
- go over "Flow-charts", Chapter 2
- Computer Based Problem Solving
- go over "Constants", Chapter 2
- Computer Based Problem Solving
- work through "Circumference" program to create:
- top-down design
- flow-chart
- do Top-Down Design, Flow-chart and test cases for the problem below
- use the Grafio 3 app
- show how to do circumference of a circle using τ (tau)
- it is even implemented in Python!
- C = τr, τ ~= 6.28