Search:

Type: Posts; User: fevdjyg

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,219

    Re: BlueJ program !

    This code is for a different problem. Have to find the largest value and the smallest value. But when I compile the program the largest and the samllest are the same value. Something is wrong but I...
  2. Replies
    5
    Views
    1,219

    Re: BlueJ program !

    import java.util.ArrayList;
    import java.util.Scanner;

    public class FindLargestValueInArrayList
    {
    public static void main(String[] args)
    {
    // Make sure you use Double instead...
  3. Replies
    5
    Views
    1,219

    BlueJ program !

    I need help !! I have to write a program. The program first takes inputs (i.e., numeric values) supplied by users using a letter as
    sentinel value, and places them into an arraylist. It then...
Results 1 to 3 of 3