Search:

Type: Posts; User: severus1

Search: Search took 0.16 seconds.

  1. Replies
    6
    Views
    1,370

    Re: Reversing an array

    thx a lot hexwind
  2. Replies
    6
    Views
    1,370

    Re: Reversing an array

    i think my logic is rite,plz find the bug
  3. Replies
    6
    Views
    1,370

    Reversing an array

    im getting incorrect output in my code of reversing an array,plz help

    import java.util.*;
    class a
    {
    public static void main(String args[])
    {
    int i,temp;
    int []a=new int[5];
    Scanner sc=new...
Results 1 to 3 of 3