Computer Science, asked by akashjain135, 9 months ago

PLEASE ANSWER THIS QUESTION CORRECTLY AND I WILL MARK HIM AS A BRAINLIEST .

(" DO NOT SPAM ")​

Attachments:

Answers

Answered by charlie1505
0

Explanation:

Class EletricBill

{

String n;

int unit;

double bill;

void get()

{

cout<<"Enter string:"<<"\n";

cin>>n;

cout<<"Enter unit:"<<"\n";

cin>>unit;

cout<<"Enter bill;"<<"\n";

cin>>bill;

}

void put()

{

cout<<"\n The string is-";<<n;

cout<<"\n The unit is-";<<unit;

cout<<"\n The unit is-";<<bill;

}

};

Answered by sapnaqueen66643
0

Answer:

hey mate sorry I don't know the answer..

Similar questions