Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~110 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Shamiah

> Help please, I'm just practicing and it's really annoying to have an error. I tried everything but yeah, failed. lol #include <stdio.h> main(){ int order; int price=5; int bill; int billd; int billf; scanf("Amount of Order: %d",& order); if (0<=order<=10); bill=(order*price); billd=(bill*0.1); billf=(bill-billd); { printf("Bill: %d",billf); } else if(11<=order<=20); …

Member Avatar for deceptikon
0
110