Search:

Type: Posts; User: Jazz26

Search: Search took 0.11 seconds.

  1. Re: How to find where the biggest number is in an array

    import java.util.Scanner;

    public class array {

    public static void main (String args[]) {

    Scanner keyboard = new Scanner(System.in);

    int r[] = new int[50];
    int n=0;
  2. Re: How to find where the biggest number is in an array

    ok I fixed it and I was able to compile it but now whenever i try to put a list in in the command prompt it will just sit there and not do anything, just freeze and think. I can't figure it out
  3. Re: How to find where the biggest number is in an array

    k is defined as k=0 inside the parenthesis and as for the braces, where else could i place them?
  4. How to find where the biggest number is in an array

    Hi i've been trying to figure out where to find the biggest number in an array. I know how to find the biggest number but i need to find out where the biggest number is, like which row or whatever...
Results 1 to 4 of 4