Search:

Type: Posts; User: JavaPF

Search: Search took 0.08 seconds.

  1. Re: code help 2 programs. MinMax Values & Converting Temps.

    Is there a reason why you cant use Arrays? Here is an example ive coded using Arrays which works perfectly:



    import java.util.Scanner;
    import java.util.Arrays;

    public class MaxMinValues...
  2. Re: code help 2 programs. MinMax Values & Converting Temps.

    I was thinking the same thing but apparently he cannot use an Array? Check the first post..
  3. Re: code help 2 programs. MinMax Values & Converting Temps.

    Hello awake77.

    Welcome to the Java Programming Forums.

    I am going to look at your first program to start with..

    I am a bit confused as to what you want it to do. Can you please give me...
Results 1 to 3 of 3