Search:

Type: Posts; User: Flying_Tiger

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    1,035

    Re: Help with array

    Ok thank you for you help here what i done so far but still cannot get the sum of the odd numbers so any suggestion;



    import java.util.Scanner;
    public class lab01 {

    public static void...
  2. Replies
    7
    Views
    1,035

    Re: Help with array

    Greg Thank you for your reply so far i did the first one as find the largest number in the array but i'm not able to do it for the second one get the sum of even numbers

    import java.util.Scanner;...
  3. Replies
    7
    Views
    1,035

    Help with array

    can i use an array for two things for example if i want to enter 5 numbers and first thing find the lowest number and second thing to find the sum of even numbers
Results 1 to 3 of 3