Oct 19, 2015

QUIZ 1

Develop the followings solution algorithms for the given problems below:
1) IPO table
2) a pseudocode
3) a flowchart
4) Java coding

Create a class Temperature to convert Fahrenheit temperature to Kelvin.

 *Kelvin = (Fahrenheit + 459.67) * 5 / 9

No comments:

Post a Comment