Neema Doma

Greenhorn
+ Follow
since Feb 06, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Neema Doma

I am trying to figure out to install Java Compiler,
please anyone help me with info...
where can i find it and how to run program...
thanks
24 years ago
thanks, I work as ASP programmer and I had some small problem related with JAVA, it is not homework or assignment...
thanks a lot for your help
24 years ago
Question"
determine the gross pay for each of three employee. the company pays "stright-time" for the first 40 hrs worked by each employee and pays "time-and-a-half" for all hours worked in excess of 40
hours.
employee Hours Hourly
Joe 39 12
Jane 40 35
Paula 45 45
should pass in one set of hours worked and the hourly rate, as command line parameters, then calculate the gross pay...
example
java Project1. 40 10
will produce the output: 400
24 years ago
Question"
determine the gross pay for each of three employee. the company pays "stright-time" for the first 40 hrs worked by each employee and pays "time-and-a-half" for all hours worked in excess of 40
hours.
employee Hours Hourly
Joe 39 12
Jane 40 35
Paula 45 45
should pass in one set of hours worked and the hourly rate, as command line parameters, then calculate the gross pay...
example
java Project1. 40 10
will produce the output: 400
24 years ago