Search:

Type: Posts; User: w.kit

Search: Search took 0.09 seconds.

  1. Replies
    16
    Views
    1,745

    Re: two_dimentional_array + loop

    output:

    Highest Marks are:
    Student 1 Subject 4
    Student 5 Subject 12
    Student 7 Subject 6

    Coldest Days are:
    Student 4 Subject 5
    Student 6 Subject 12
  2. Replies
    16
    Views
    1,745

    Re: two_dimentional_array + loop

    this code is half only. need to continue to get to print the output but i stuck here.
  3. Replies
    16
    Views
    1,745

    Re: two_dimentional_array + loop

    let do part by part
    i already changed my code

    // highest marks

    for (int rows = 0; row< student.length; row++)
    for (int column = 0; column<=11; column++)
    if...
  4. Replies
    16
    Views
    1,745

    Re: two_dimentional_array + loop

    sorry i'm beginner in java.

    can u guide me what i should change?????
  5. Replies
    16
    Views
    1,745

    Re: two_dimentional_array + loop

    there show that

    if (gradearray[][] >70)

    this symbol > got error
  6. Replies
    16
    Views
    1,745

    Re: two_dimentional_array + loop

    i using JCreator
  7. Replies
    16
    Views
    1,745

    Re: two_dimentional_array + loop

    the error is all my number is stick together and can't separate row by row.
    plz advice.
  8. Replies
    16
    Views
    1,745

    Re: two_dimentional_array + loop

    anyone can help me i got few error here.
  9. Replies
    16
    Views
    1,745

    help !!!!two_dimentional_array + loop

    public class two_dimentional_array {


    public static void main(String[] args) {
    int gradearray [][] = new int[][] { { 60,61,70,98,60,69,69,69,67,69,55,69 },
    {...
Results 1 to 9 of 11