diff --git a/cv3/program.c b/cv3/program.c new file mode 100644 index 0000000..8d0ed72 --- /dev/null +++ b/cv3/program.c @@ -0,0 +1,18 @@ +#include + +#define SIZE 10 + +int main() { + char numbs[SIZE] = {0} ; + int x = 0; + int input = 0; + int count = 0; + + while(intput != NULL){ + numbs[count] = input; + printf("%d",numbs[count]); + count++; + } + + return 0; +}