0
Program to print electricity bill
i want a program
8 Antworten
+ 5
"I want you"
+ 4
Get amount of electricity used.
Multiply by price per unit.
Print total price.
+ 2
well, start learning. this place isn't a request a program app. it is a learning app. you learn, you try, and if you get stuck we help each other
+ 2
@Jafca +add taxes, then add more taxes
0
i have tried the student details and employe details but electricity bill is getting wrong so that am asking okay
0
sure. what exactly is going wrong? are you getting a specific error? if the math not working right?
0
justin i want a procedure
0
#include<iostream.h>
#include<conio.h>
main( )
{
int ebill
char cname
cout<<"Enter Customer No,Name and No. of Units" <<end|; cout<<"Enter Customer No : ";
cin>>cno; cout<<"\nEnter Customer Name : ";
cin>>cname; cout<<"\nEnter No. of Units used : ";
cin>>units;
cout<<"\nCustomer No is : "<<cno;
cout<<"\nCustomer Name is : "; cout<<"\nNumber of Units Consumed : "<<units;
cout<<"\nBill of Customer : "<<bill;
}