#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);
}
https://youtube.com/shorts/I09jcicjGnA Right. [clears throat] So I want to share that over the time I have realized that you there is a hi...
No comments:
Post a Comment