Common Computer Science References
At the end of this lesson, you will be able to:
create your program according to documentation
storyboards, flowcharts, and test cases
bring together all your documentation and programming skills to produce a single package.
create a web page that will do the following:
converts fahrenheit to celsius
input can be a decimal number!
round answer to 3 decimal places
a storyboard, flowchart and create 3 test cases for this problem
see screenshots below: ↓
create the above program in PHP