Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Re: Getting 1 error in my menu driven code for students add,delete and list.

    Using Eclipse, there's no reason to post the mess you had originally. To format your code, select all of it, or just a piece of it that you want to format, and select CTRL-i.

    To find the end of...
  2. Re: Getting 1 error in my menu driven code for students add,delete and list.

    Find the close brace at the end of the do{} loop and move the while() statement immediately after that brace, same line as the '}', next line, it doesn't matter. The '{' that begins the do loop is...
  3. Re: Getting 1 error in my menu driven code for students add,delete and list.

    You're funny. I'm chuckling anyway. You moved the while() statement from after the close brace to below the same close brace. Did you expect that to make a difference?

    And you have an odd sense...
  4. Re: Getting 1 error in my menu driven code for students add,delete and list.

    The error message is incredibly helpful, telling you what exactly is wrong. What do you need from us?

    I suggest you indent your code properly. Your indents are currently all over the place and...
Results 1 to 4 of 4