User Profile

Collapse

Profile Sidebar

Collapse
RADICAL77
RADICAL77
Last Activity: Feb 11 '12, 09:17 PM
Joined: Feb 3 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • RADICAL77
    replied to Planning a Program
    in Java
    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...
    See more | Go to post

    Leave a comment:


  • RADICAL77
    started a topic Planning a Program
    in Java

    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...
    See more | Go to post
    Last edited by RADICAL77; Feb 11 '12, 08:53 PM. Reason: adding to it
No activity results to display
Show More
Working...