How To Think Like A Programmer
- teach algorythms and data
- understand the problem you want to solve
- no need to learn programming language first
- no need much typing
- create a variable called name of type type that starts with the value initVal
- output text message to user
- input: message to ask user and variable to store an answer from user
- pseudo code to show sum of two variables
- convert it to code, use google
- correct password in 3 tries