I took a little bit of programming and I am studying the basics with QB64 and came across this problem. If someone could show me how to do it it would be awesome! Im learning this because I am taking a hs class next year that teaches this and want to know how to do complicated problems. the program: http://www.qb64.net/
Write a program that calculates the employee's pay given the number of hours work and rate of pay. Employees get time and half for everything over 40 hours. FICA pay is times .08, State is .06, Fed is .18 and net pay is -(FICA+State+Fed). Do this for eleven employees and print a report that sorts them alphabetically. You need to print the hours rate pay FICA State Fed and Net pay along with the names.
I really need help alphabetizing this list