Program skipping crucial loop- cannot figure out why[quote] The functions aren't bad but if you want to take a value out of a function it shouldn't be a...
Program skipping crucial loop- cannot figure out whyJust returned check_number() as an integer, treating it as the digitcount, as the whole purpose of t...
Program skipping crucial loop- cannot figure out whyI understand what you are saying, and I would like to state that the for() loop issue was a glimpsed...
Program skipping crucial loop- cannot figure out whyFound the problem: the format of the for() was improper in line 10. [code] for(i = 0; ; i++) [/code]...
Program skipping crucial loop- cannot figure out whyI am currently writing a program that converts a base-10 number into base-2. Unfortunately, the pro...