Hey guys, I am trying to figure out how to write out this java Program, I am using JCreater, and I am teaching JAVA to my self if you guys can help and show me a couple of the programs that I am doing I think i will be all set, ive never seen any java coding in my life. and it dosen't seem to hard. since i have done a few programs by myself. alright here is my first program....
Using float types, set up a variable containing a fahrenheit temperature, then display the celsius equivalent. The formul is: c = (f - 32.0f) * 5.0f / 9.0f. I have only done 1 applet that is very basic i am having a tough time trying to picture how this should be coded and set up on the screen. and what is a float type?