From e0b7be712aabfe4f7c70826d3a521098495e32c0 Mon Sep 17 00:00:00 2001 From: "TANISHQGUPTA(TAG)" <94602846+TanishqGupta1234@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:58:11 +0530 Subject: [PATCH] Create ELECTRICTYBILL.c --- TANISHQ/ELECTRICTYBILL.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TANISHQ/ELECTRICTYBILL.c diff --git a/TANISHQ/ELECTRICTYBILL.c b/TANISHQ/ELECTRICTYBILL.c new file mode 100644 index 0000000..6042330 --- /dev/null +++ b/TANISHQ/ELECTRICTYBILL.c @@ -0,0 +1,14 @@ +#include +#include +int main() +{ + + printf("\t\t\t\t\t\tHERE IS THE ELECTRICITY\t\t\t\t\t"); + int a; + int b=3; + printf("\nPLEASE ENTER THE DAYS"); + scanf("%d",&a); + printf("the amount you need to pay is %d",a*b); + return 0; + +}