Posts by Jesus • 1 point
1 post
- 
		-4 votes1 answer37 viewsQ: Write number from 0 to 10000 in c++ languageI need help to write numbers in full from 0 to 10000. I could only write up to 1500, as you can see below: #include <stdio. h> int main () { float a; printf ("Digite um numero de 1 a…