Search:

Type: Posts; User: aks.1393

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    2,493

    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. Replies
    4
    Views
    2,493

    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 2 of 2