Search results for query: *

  • Users: bags
  • Order by date
  1. bags

    Multiple conditions in while loop

    Thank you for usefull tips, and your While-conditions seems to be more "pretty" than mine, might change that in my code!
  2. bags

    Multiple conditions in while loop

    The loop is infinite when x = 16. I am sure that my code is following the recipe, so I have mailed the author and asked what is going on.
  3. bags

    Multiple conditions in while loop

    Thanks for the tip, I didn't know about debugging breakpoints. Seems like im hitting the points I should, maybe the loop never meet the criteria when I dont get any answers? I do, however, get results for some numbers with my new code. So, the recipe is like this: So, if I write x = 9, I get...
  4. bags

    Multiple conditions in while loop

    Hello guys. I am trying to create a program to estimate the square root of a number, without using the built-in Math. functions. I have a recipe that must be followed, I think you can understand it in the loop. But for some reason it appears that the while loop is getting exited before I get the...
Back
Top Bottom