This is what I done so far. Am I going about this wrong?
import java.util.Scann er;
import javax.swing.JOp tionPane;
public class HernandezJLE23 {
public static void main(String[] args) {
Scanner input = new Scanner( System.in );
String name =
JOptionPane.sho wInputDialog( "Please enter your name" );
String...
User Profile
Collapse
-
Planning a Program
How do I get this program to run properly? I ran it multiple times, but can't seem to get it to work. I keep getting errors on the 'else' part of the programm
Effective March 1, 2012 the individual social security tax rate will increase from 4.2% to 6.2%. Code a program that calculates what you will be paying based on your gross monthly income. Social security is taxed on no more than $110,100 in 2012 and no more than $106,800 in...
No activity results to display
Show More
Leave a comment: