Search:

Type: Posts; User: Rawezh Frya

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    987

    Re: STRING sorting plz correct it

    no i cant solve it.. what is the method ?
  2. Replies
    9
    Views
    987

    Re: STRING sorting plz correct it

    <class sortt
    {
    public static void main(String args[])
    {

    String []a={"rawezh","ehsan","hewa","kawan"};
    A ob=new A();
    ob.B(a);
    for(int i=0;i<a.length;i++)
    System.out.print(a[i]+"...
  3. Replies
    9
    Views
    987

    Re: STRING sorting plz correct it

    i wanna sort String by slection sort.. so in the line 29 have error.
    this is a error :: sortt.java:29: operator > cannot be applied to java.lang.String,java.lang.String
    while...
  4. Replies
    9
    Views
    987

    Re: STRING sorting plz correct it

    i have error in line 29 and i cant solve it ....
  5. Replies
    9
    Views
    987

    STRING sorting plz correct it

    class sortt
    {
    public static void main(String args[])
    {

    String []a={"rawezh","ehsan","hewa","kawan"};
    A ob=new A();
    ob.B(a);
    for(int i=0;i<a.length;i++)
    System.out.print(a[i]+"...
Results 1 to 5 of 5