Implement the following integer methods:
a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation
celsius = 5.0 / 9.0 * ( fahren...
The goal of our final project was to design an efficient elevator simulator that can accept input from a user and mechanically operate (on a small sca...