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

This is my array that I have created and bugged.

This is my array that I have created and bugged. Once it is working

correctly it will print the multiples of 10.5. Find the errors.
#include<stdio.h>
int main(){
int i,n=10;
int num[n];
//populate array
for(i=0;i==n;i++){
num[i] = i*10.5;
}
//print array
for(i=0;i/n;i++){
printf(“%d “,num[i]);
}
return 0;
}

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