Question: By java Programming i want to that that excercises Write Java program that counts the number of times a particular character, such as e ,

By java Programming i want to that that excercises

  1. Write Java program that counts the number of times a particular character, such as e, appears in a file. The character can be specified at the command line entered through the keyboard. You can use xanadu.txt as the input file.

  1. Write a Java program to find the longest word in a text file.

  1. Write a java program that :
    1. Read the employee data (first name, last name, worked hours, pay rate)

from a file Employee.txt

Employee.txt

Ali Mohammad 13 10.0

Ahmad Naser 10 5.0

  1. Calculate the salary for each employee

Salary = worked hours * pay rate

  1. Send the output to a file salary.txt

salary.txt

Ali Mohammad 130 K.D.

Ahmad Naser 50.0 K.D.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!