i'm a student, need help C# program
Write a program that the reads the data file into an array(of integers). After reading the file, the program is required to calculate and display the weekly wage for every employee. All employees are to be payed a base rate $20 per hour for the firs 40hours worked,and rate 50% more than the base rate for all hours worked greater than 40.
VulpesPosted Apr 12, 2013, 9:02 AM
Try this:
AlexPosted Sep 20, 2013, 1:11 AM
I have a problem with the method which should count payments or overtime payments.
the Method called calcWeeksPay() and need use int hours...
AlexPosted Apr 12, 2013, 10:24 AM
and code not hard....
thanx a lot.... You are very smart....:)
next Monday i have to do test in the class...
VulpesPosted Apr 12, 2013, 10:16 AM
AlexPosted Apr 12, 2013, 10:04 AM
i don"t know how multiplay until 1000000
If the value of a house doubles in value every 8 years,write a program that will input the initial value of a house,and then determine how many years it will take until the house is worth a million dollars.
AlexPosted Apr 12, 2013, 9:34 AM
VulpesPosted Apr 12, 2013, 9:29 AM
I tested the code on this simple text file:
The output of the program was:
AlexPosted Apr 12, 2013, 9:20 AM
and i have txt file....still doesn't work
AlexPosted Apr 12, 2013, 9:18 AM
Keyur PatelPosted Apr 12, 2013, 9:06 AM
Why you want to write this logic in C#? I believe, you have database. You can keep your logic in database to avoid unnecessary looping in C#.
Please let me know if you want more help from my side.