#include <stdio.h>
int main() {
float pa;
printf("Enter Purchase Amount:");
scanf("%f",&pa);
if(pa>=2000)
{
pa = pa - (pa*0.2);
}
printf("Net Payable=%.2f",pa);
}
Quote 53: Ethical earning is key. Quote 52: Grades matter, but your skills, curiosity, and consistency matter even more. Quote 51: Be curio...
No comments:
Post a Comment