What I have so far:
Code:
firstShift=12.30
secondShift=14.20
thirdShift=15.30
tax = .28
otMultiplier = .5
def main():
name = getName()
hrsWrkd = int(input("Enter hours worked: "))
firstShift=12.30
secondShift=14.20
thirdShift=15.30
tax = .28
otMultiplier = .5
def main():
name = getName()
hrsWrkd = int(input("Enter hours worked: "))
import javax.swing.JOptionPane;
public class morePractice {
public static void main(String[] args) {
String str;
import javax.swing.JOptionPane;
public class morePractice {
public static void main(String[] args) {
String str;
int num1;
str=JOptionPane.showInputDialog("Enter phrase");
import java.util.Scanner;
public class Problem3 {
//*** User input amount then print out amount in fewest number of bills
public static void main(String[] args) {
Scanner keyboard=new