Search:

Type: Posts; User: Tctwins

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,237

    Re: Help with this very simple error

    lol yeah im dumb. thanks dude =1 to u.
  2. Replies
    6
    Views
    1,237

    Re: Help with this very simple error

    Can anybody help me with this?
  3. Replies
    6
    Views
    1,237

    Re: Help with this very simple error

    please i just need a guide on how to make the user input a number and have it go to the correct if statements.
  4. Replies
    6
    Views
    1,237

    Re: Help with this very simple error

    please this syntex needs to be solved
  5. Replies
    6
    Views
    1,237

    Re: Help with this very simple error

    please i wanna summit this quick
  6. Replies
    6
    Views
    1,237

    Help with this very simple error

    //there is my code, all of it is correct accept i want the user to enter a random age and not have int set at 21. how can I make it so when i run the application the user enters their age and it will...
  7. Replies
    6
    Views
    1,724

    Re: Help with If- Else statement program please

    my errors.


    C:\Users\Andrea\Documents\lukey.java:34: error: ')' expected
    }else if (testscore >12 and <20) {
    ^
    C:\Users\Andrea\Documents\lukey.java:34: error: not a...
  8. Replies
    6
    Views
    1,724

    Re: Help with If- Else statement program please

    I just wanna input a number value have have the output line up to the correct statement of age.



    import javax.swing.*;
    class lukey {
    public static void main(String[] args) {
  9. Replies
    6
    Views
    1,724

    Re: Help with If- Else statement program please

    that gave me more errors
  10. Replies
    6
    Views
    1,724

    Help with If- Else statement program please

    //How can I assign those "if" statements so i can use >12 and <20?

    //How can i get rid of the inttestscore so that i isnt not a constant. I want the user to put a "AGE" and have the following...
  11. Replies
    6
    Views
    2,005

    Re: Need help with user input/output for GUI.

    im lost..bad. I just wanna be able to enter a number and have that number go to the correct statement. if you could guide me out a little bit it would be a better learning process.
  12. Replies
    6
    Views
    2,005

    Re: Need help with user input/output for GUI.

    This still isnt right but im on the right track I need it to work like that. how do i enter a value and have it come out in GUI with the right message?
  13. Replies
    6
    Views
    2,005

    Re: Need help with user input/output for GUI.

    import javax.swing.*;
    public class L4_SimpleCalc
    {
    public static void main (String[] args)
    {
    JOptionPane.showMessageDialog(null, "The Old Man says:");

    //Read in a value
    String...
  14. Replies
    6
    Views
    2,005

    Need help with user input/output for GUI.

    //This is my code so far. I'm suppose to have the user enter this:

    user enters a int between <= 12 then would display this message Howdy youngster

    user enters a int between >12 and <20 then...
Results 1 to 14 of 14