Looking for a Tutor Near You?

Post Learning Requirement »
x

Choose Country Code

x

Direction

x

Ask a Question

x

x
x
x
Hire a Tutor

ICSE Important Questions

Loading...

Published in: Java And J2EE
1,003 Views

Java programs for class 9 and 10

Jayeeta B / Kolkata

3 years of teaching experience

Qualification: MCA

Teaches: All Subjects, Computer, Computer Science, School Level Computer

Contact this Tutor
  1. Create a class named telephone_bill and write a program(source code) in JAVA to accept number of calls made by a customer in a month. Calculate monthly telephone bill displaying no. of calls, monthly rental, and total amount to be paid according to the following tariff. However monthly rental is Rs 180/- per month for all the consumer for using telephone. Number of calls Up to 50 calls For next 100 calls For next 200 calls More than 350 calls class telephone_bill public void display(int c) int charge; if(c
  2. OUTPUT No of calls=100Monthly Rental=180Total Amount To Be Paid=130