Divisible by 5

int n,r; printf("Entre sum of bill number"); scanf("%d",&n); r=n%5; if(r==0) printf("Wow you have won gift coupon of RS-500 %d",r); else printf("Better luck nxt time",r);

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.