Learning notes of C language programming: P4 cycle
1, Circulation
1.1 cycle
Now I have a problem: the program reads in a positive integer with less than 4 bits (including 4 bits), and then outputs the number of bits of this integer. If input 352, output 3.
People's way: you can see it with your eyes. We can see that 352 is a three digit number at a glance. The way of computer: what the ...
Posted by pgrevents on Tue, 16 Nov 2021 07:46:14 -0800