Posts by ale9012 • 91 points
1 post
-
9
votes3
answers4910
viewsQ: Split result equals zero in decimals
In division 1 by 3, my program is printing the following: number e' of 0.00 What is the error in the code? #include <stdio.h> int main(){ float numero; numero = 1/3; printf("o valor do numero…