write a program in java to input the number of phone calls done by a costumer in a month
plzzzzzzzzzzzzzzzzz answer if anyone know plz fast
Answers
Answer:
You should look a freelancer on any freelancing site.
Explanation:
I know JavaScript (beginner leve) but I dont write any script for this type of work. I write script only for my own website. I thinks should should look any freelancer on any freelancing site. They will done your work.
Explanation:
calculate electricity java program
Java
import java.util.*;
class ComputeElectricityBill
{
public static void main(String args[])
{
int units=280;
double billpay=0;
if(units<100)
{
billpay=units*1.20;
}
else if(units<300)
{
billpay=100*1.20+(units-100)*2;
}
else if(units>300)
{
billpay=100*1.20+200*2+(units-300)*3;
}
System.out.println("Bill to pay : " + billpay);
}
}
Hope this helps u...mark me as Brainiest....AND give THANKS on my answers...please .....