System.out.printf("\nRegular pay:$ %.2f",regularPay)
System.out.printf("\nOvertime pay:$ %.2f",overtimePay)
System.out.printf("\nTotal Pay:$ %.2f",overtimePay+regularPay);
to print like
/Regular Pay: $
Overtime Pay: $
///Total Pay: $
ignore the '/'