Search:

Type: Posts; User: kittykat0953

Search: Search took 0.15 seconds.

  1. Replies
    1
    Views
    901

    need help alligning a table with \t

    i need my table to look like this
    Description Units on Hand Price
    Jacket 12 59.9
    Designer Jeans 40 34.95
    Shirt 20 24.95


    my...
  2. Replies
    3
    Views
    1,009

    Re: how to sort names using compareto

    i can only use compareto as that is where my class is currently are and im a beginner. i cant seem to find the error in my if statements any help
  3. Replies
    3
    Views
    1,009

    how to sort names using compareto

    i have this problem with my code.

    it need to put three names in alphabetical order that are entered from the user. then output the alphabetical result. the program compiles but when you put in...
  4. [SOLVED] Re: how to make an if say that it doesnt equal

    so i am saying that good year is magic instead of saying if good year equals magic.

    i am still very lost.

    so i don't need the int good year equation or the following statement or just the...
  5. [SOLVED] how to make an if say that it doesnt equal

    i am having problem with this. i have google and search but i cant seem to figure it out



    /**
    The date June 10, 1960, is special because when we write it in the
    following format, the month...
  6. Replies
    9
    Views
    3,019

    [SOLVED] Re: help with if and else if program

    ok i change it and it work you where right, i probably did it wrong or misspelled something the first time
  7. Replies
    9
    Views
    3,019

    [SOLVED] Re: help with if and else if program

    i understand.
    i tried doing it with an int but when i tried to compile it didn't work. it said that on this part it didn't recognize (of). so i put in the double and it worked.



    number =...
  8. Replies
    9
    Views
    3,019

    [SOLVED] Re: help with if and else if program

    so what your saying is that i shouldn't call number a double. i finished the program and it works. at the end i added an error message.



    else if (number == 10)
    {
    ...
  9. Replies
    9
    Views
    3,019

    [SOLVED] Re: help with if and else if program

    aw you make sense. i totally forgot about that. i will change it and see if it works. also on the joptioon dialog box where i put +imput is that correct or should i put + number after i change the...
  10. Replies
    9
    Views
    3,019

    [SOLVED] help with if and else if program

    hello, i am trying to write a program that asks the user to enter a number from 1 through 10 and then the program will display the roman numeral for that number.
    i am also adding a error message in...
  11. Replies
    4
    Views
    1,694

    Re: need help with java progra,

    sorry.
    i am trying to calculate the tax and tip and then show the total amount on a dialog box.
    this is what i get when i run it entering 10.00 dollar meal purchase.

    Meal charge: 10
    Sales Tax:...
  12. Replies
    4
    Views
    1,694

    need help with java progra,

    i am trying to do this program. it compiles and everything but the numbers are not coming out right. any help would be greatly appreciated.
    thank you

    heres the problem.

    Write a program that...
  13. Replies
    13
    Views
    1,214

    Re: my code is not compiling

    do you know an article on her on how to do this
  14. Replies
    13
    Views
    1,214

    Re: my code is not compiling

    i using the joption to get input from a user. SO as an example the program would ask for first middle and last name and display it as
    Name : Kevin Fern Flower
    Initials: K.F.F

    what im trying to...
  15. Replies
    13
    Views
    1,214

    Re: my code is not compiling

    thank you, i found and fixed the program all together. thanks for your help. btw instead of starting a new thread i am trying to get some initials using also the joptionpane. i ask the user there...
  16. Replies
    13
    Views
    1,214

    Re: my code is not compiling

    ok thank you. so in order to get the right amount for annual pay i have to move the average monthly equation elsewhere
  17. Replies
    13
    Views
    1,214

    Re: my code is not compiling

    thank you, i put the missing period and i know get this error.2668
  18. Replies
    13
    Views
    1,214

    my code is not compiling

    i am beginner in java. i had this problem but it wont compile it says i have an error in the system.out method. but i cant find it.
    heres what i got.


    import javax.swing.JOptionPane;

    public...
  19. Replies
    4
    Views
    959

    hi, beginner. need help with code

    hi i am a total beginner at java code.
    i am trying to write a program for this problem.

    Land Calculation

    One acre of land is equivalent to 43,560 square feet. Write a program
    that...
Results 1 to 19 of 20