Lecture 5
12
Pseudocode for PhoneBill
•   main
•     create a Terminal
•     get basic rate, message unit cost from user
•     create LinearEquation objects you need
•     get number of message units from user
•     compute cost, tell user
•     get amount willing to spend from user
•     compute number of message units, tell user
•Use Temperatures.java as a template –   copy the ideas there, or edit a copy of the file,  changing what’s necessary