Search:

Type: Posts; User: sudiphatua

Search: Search took 0.09 seconds.

  1. Thread: output?

    by sudiphatua
    Replies
    2
    Views
    750

    output?

    String m="La Martiniere for Girls";
    System.out.println(m.lastIndexOf('e') +2));
  2. Replies
    1
    Views
    615

    what whould be the output

    what is the output of the following code in java

    int ar[] = {7,14,21,28,35};
    int k;
    for (k=4; k>0; k--)
    {
    system.out.print(ar[k-1]--+",");
Results 1 to 2 of 2