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; + +}