At the end of this lesson, you will be able to:
- understand and use procedures that pass a variable by value
- recall, every button touch_up_inside is a procedure
- you can also create procedures that are not attached to objects on your screen
- create a program that when you enter a temperature in degrees Celsius, it passed the value to a procedure that will convert it to degrees Fahrenheit and display the answer in the console, yes no GUI
- Tf = (9/5)*Tc+32
- Tc = temperature in degrees Celsius
- Tf = temperature in degrees Fahrenheit
- use provided template at the beginning of Unit #4
- work on a weekly assignment
- read over procedures, passing a variable by reference, Chapter 4
- Computer Based Problem Solving