Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Replies
    5
    Views
    1,161

    Re: How to fix ';' expected error : 47

    A switch statement does not return anything. What is this statement supposed to do?


    return switch (day) {



    What happens when you add a ; at the location where it is expected?
  2. Replies
    5
    Views
    1,161

    Re: How to fix ';' expected error : 47

    Line 47 is not marked in the posted code. Please add a comment on line 47: >>> LINE 47 so line 47 is easy to find.
    What is on that line?
  3. Replies
    5
    Views
    1,161

    Re: How to fix ';' expected error

    Please copy the full text of the error message and paste it here.
    It needs to show what line the error is on.

    Please edit your post and wrap your code with code tags:



    **YOUR CODE GOES...
Results 1 to 3 of 3