Looking for a Tutor Near You?

Post Learning Requirement » x
Ask a Question
x

Choose Country Code

x

Direction

x

Ask a Question

x

Hire a Tutor

ICSE Important Questions

Published in: Java And J2EE
2,027 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 library. and write a program(source code) in JAVA to accept number of days taken by a student to return a book. Calculate & print late fine to be given according to following tariff . Fine per day in Rs. Days First 10 days Next 10 days Later than 17 days class library public void display(int d) int fi; if(d
  2. Fine is Rs 50