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,368 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 tax and write a program(source code) in JAVA to accept number of hours and rate per hour.Calculate and print weekly wages of the staff according to following tariff. Hours For first 48 hours in a week For next 8 hours in a week For further hours in a week class tax public void display(int h,double k) double r; if(h
  2. OUTPUT Weekly wage of the staff is Rs 331.25