You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
float northDivision=Float.parseFloat(JOptionPane.showInputDialog(null, "Enter the year's sales total in dollars for the North Division")),
southDivision=Float.parseFloat(JOptionPane.showInputDialog(null, "Enter the year's sales total in dollars for the South Division"));
JOptionPane.showMessageDialog(null,"Next year's projected sales for the North Division are: "+northDivision*PERCENT+"\nAnd for the South Division: "+southDivision*PERCENT);