answersLogoWhite

0

#include<stdio.h>

#include<conio.h>

void main()

{

int i,j,k;

string="electricity";

string="units";

printf("enter the units");

scanf("%d%d%d",&i&j&k);

i=j/k;

printf("ur bill is %d",i);

getch();

}

User Avatar

Wiki User

16y ago

What else can I help you with?