Search:

Type: Posts; User: SunshineInABag

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: If input value is wrong, throw error and reenter

    I don't know what the problem is without seeing the code but if it's similar to your first post, then make sure you only declare each variable once.
  2. [SOLVED] Re: If input value is wrong, throw error and reenter

    Can you show your entire code in the code tags, as there could be other issues?

    As for the current problem, you only need to initialize variables once. That is, you only need to write int a =...
Results 1 to 2 of 2