Posts by M.M • 11 points
1 post
-
1
votes1
answer1139
viewsQ: Read only whole numbers in c
I’m new to programming and I’m having a problem, I made a code that reads three whole numbers. #include <stdio.h> #include <stdlib.h> int main () { int i,v[3]; for (i = 0; i < 3; i++)…