Search:

Type: Posts; User: aks.1393

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    2,532

    Re: illegal start of expression error!!!!

    ok i removed the extra paranthesis
    and now the code luks somewhat like
    //Reverse each word of the sentence
    import java.io.*;
    class rev_word
    {
    public static void main (String args[ ])throws...
  2. Re: i think something wrong with array...plz help!!

    n thnx javapenguin n david fongs....u cleared my concepts!!
  3. Re: i think something wrong with array...plz help!!

    thnx...it was giving errors but i worked it out later!!
  4. i think something wrong with array...plz help!!

    hey...i wrote this code to check the validity of a date
    the errors are at line 8 and mentioned as comment with it!!

    import java.io.*;
    class Date//checks validity of a date
    {
    int days []=new...
  5. Replies
    4
    Views
    2,532

    illegal start of expression error!!!!

    Hey...this is my code to reverse each word of the string input!!
    At line 12 it says 'illegal start of expression'....any idea how to troubleshoot this ??

    //Reverse each word of the sentence...
Results 1 to 5 of 5