1 Answer
New AnswerIs this what you are looking for? #include <stdio.h> int main() { int input = 0; while (input != 16) { printf("Enter number: "); scanf("%d", &input); printf("\n"); } return 0; }
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message