Hi Sir, help to solve this structure programming question. And also please provi
ID: 1766158 • Letter: H
Question
Hi Sir,
help to solve this structure programming question. And also please provided clearly written and help to ensure no error occured during run programming.
thanks.
Explanation / Answer
I will write program in c language.
if you find any error please comment me i correct it
i write this program in c language you can comile this in dovc compiler.
if(a<0)
printf("water consumption never be in negative , please enter positive water consumption");
else
{
b=a*0.25;
if(b>1200)
printf("you are unable to use your credit card");
else
{
printf("youe total amount: %d",&b);
printf("thanks for using program");
}
}
2 answer:-
#include<stdio.h>
int main()
{
int a;
printf("please read the amount");
scanf("%d",&a);
if(a>12000)
printf("card is not accepted for this month");
else
printf("you can use your card for this month")
}
}
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.