10 Reputation Points
Ranked #2K
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
60% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: [CODE]#include<stdio.h> main(){ float sales; float sal; printf("Enter sales in dollars (-1 to end):"); scanf("%f",&sales); while(sales!=-1){ printf("salary"); sal=sales*0.09+200; printf("salary is %.2f\n"); printf("\n\nEnter sales in dollars (-1 to end):"); scanf("%f",&sales); } }[/CODE] |
The End.