Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

What is wrong with this? It is supposed to countdown from 10

What is wrong with this? It is supposed to countdown from 10 #include<stdio.h>

 

int main() {

int Number[10], i, x, y = 10;

for(i = 0; i < 10; i++)

{

x = y-i;

Number[i] = x;

printf(“Count down from ten: %d\n”, Number);

}

 

return (0);

}

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"