Search:

Type: Posts; User: aivory616

Search: Search took 0.12 seconds.

  1. Re: Question about methods, temperature conversion program

    public static void main(String[] args){

    double fahrenheit = 120;
    double celsius = 40;

    System.out.printf ("Celsius Fahrenheit | Fahrenheit ...
  2. Re: Question about methods, temperature conversion program

    yeah we are allowed to use arrays we just started learning something. when i compiled it it would just print out a bunch of jibberish. i feel like i am on the right track i just cant seem to figure...
  3. Re: Question about methods, temperature conversion program

    i appreciate your help heres my code so far



    public class celsius{

    public static void main(String[] args){
    double celsius = 40;
    double fahrenheit = 120;
  4. Re: Question about methods, temperature conversion program

    thanks for the tips, check back later and i will update you
  5. Re: Question about methods, temperature conversion program

    this is how the program is supposed to print out when it is finished 1547
  6. Question about methods, temperature conversion program

    Hey everyone i want to start by saying i am very new to java so i had an issue i wanted to see if anyone can give me a solution. i basically have to make a program that displays a table that shows...
Results 1 to 6 of 6