- This event has passed.
6 PM – Intro To Java – Bill
March 21 @ 6:00 pm - 7:00 pm
Today We:
- Learned how to create functions
Your HW:
- Create a new Java class <date>_MethodsHomework.java
- Create a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit. Inside the method, it will convert fahrenheit parameter into celcius by using this formula (F − 32) × 5/9 = C . You have to return the result. This is very similar to what we did in the class with addFourNumbers method.