I'm trying to write a program that converts temperature from Far to cel and opposite.It shoul have two functions<br>FtoC and CtoF.they should be declared as private and accept sinfle argument of type int,return a value of type int.<br>I should pass fahrenheit constant as an arg to FtToC function and pass Celsius constant to CtoF function.<br><br>i even don't know how to start.Please help I'm very new in java