Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Re: How to Determine if a String is a Word or Number?

    Can't say what is wrong without seeing the code and knowing what the code is supposed to be doing.
  2. Re: How to Determine if a String is a Word or Number?

    What are the steps you'd take doing it manually? You should design the steps to be taken before writing the code.
    If you have the steps the program should take, which step are you having problems...
  3. Re: How to Determine if a String is a Word or Number?

    But you have only seen 1 of 4 characters. Looking at The next three could change the results.

    Remember there are 4 characters written on the paper. The question was: Is it a number or not?
  4. Re: How to Determine if a String is a Word or Number?

    You were looking at one of 4 characters. You need to see all four before you can say for sure.
    What would you do after each of the two possible results of looking at the first character?
  5. Re: How to Determine if a String is a Word or Number?

    What would you do in each case? If the character was a numeric digit or if it was a non-numeric?
  6. Re: How to Determine if a String is a Word or Number?

    Not simple minded enough. What if you can only see ONE character at a time?

    Or say some one gives you the characters one at a time.
  7. Re: How to Determine if a String is a Word or Number?

    Not simple minded enough. How would you determine if what was written was a number?
    Say there are 4 characters on the paper: 1234 or 1e33 or a444 or zesd
  8. Re: How to Determine if a String is a Word or Number?

    Forget about the program until you have the list of steps it would take to solve the problem. If some wrote something on a piece of paper and gave it to you, How would you decide if what was written...
  9. Re: How to Determine if a String is a Word or Number?

    Please post the full text of any error messages you get.

    Make a list of the steps you would take if you were to do it manually. Be real simple minded about the steps you'd take, computers have no...
Results 1 to 9 of 9