Search:

Type: Posts; User: Onlyname

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    928

    [SOLVED] Re: Trouble with Writing test program

    It says "class, integer or enum expected"

    the problem is only with the test program ive written.

    --- Update ---

    ha, wow thanks greg. i figured it out. thank you.
  2. Replies
    3
    Views
    928

    [SOLVED] Trouble with Writing test program

    Hey guys, I am trying to get a test program to run in the same application that my class is in... I seem to be having some trouble with it.
    Could you please advise, I have everything done I just...
  3. Replies
    5
    Views
    795

    Re: Can't find javaclass

    I am using the IDE Netbeans. I tried to load a picture but website, just goes to a white page for me.

    --- Update ---

    I found what I've done wrong. I took out the "public static void...
  4. Replies
    5
    Views
    795

    Re: Can't find javaclass

    I am sorry guys, but I am not how I can do that. It only says <No main classes found>. I have never seen this error.
  5. Replies
    5
    Views
    795

    Can't find javaclass

    Hey guys, I have never had this error pop-up before compiling. It says it cannot find my javaaplication class...



    public static void main(String[] args)
    {
    double[] myList = { 5.0D, 4.4D,...
  6. Replies
    5
    Views
    1,824

    Re: Celsius to fahrenheit vice versa

    haha.... wow, well thank you.

    I think I should have it from here.

    As usual thanks for your help.

    --- Update ---

    Actually while I have you here, how do I separate them in chart form
  7. Replies
    5
    Views
    1,824

    Re: Celsius to fahrenheit vice versa

    Dont think I was.

    I now have

    for (double f = 120; f < 30; f++)

    Regardless, it isn't even printing out...
  8. Replies
    5
    Views
    1,824

    Celsius to fahrenheit vice versa

    Hello again guys,

    I am having some trouble here not sure what is going on. I have gotten my program to show Celsius to Fahrenheit. However, it is not showing Fahrenheit to Celsius. I am trying to...
  9. [SOLVED] Re: Setting up table and converting kilograms to pounds

    Thanks for the help again.
  10. [SOLVED] Setting up table and converting kilograms to pounds

    Hello all again,

    I have a problem with my code can't seem to figure out the problem. Some help would be greatly appreciated.



    public class Main {

    /**
    * @param args the command...
  11. [SOLVED] Re: Need help with loops and turning into roman numerals

    Yea, I made a minor mistake in that. I had a string after the date. So instead of there being an output it just kept looking for that variable. Now I have to figure this out. Thanks a lot for...
  12. [SOLVED] Re: Need help with loops and turning into roman numerals

    package javaapplication7;
    import java.util.Scanner;

    /**
    *
    * @author Onlyname
    */
    public class JavaApplication7 {
    /**
    * @param args the command line arguments
  13. [SOLVED] Re: Need help with loops and turning into roman numerals

    hmmm,

    So, I did this and I am still getting no result.

    I actually had, the System.out.printIn(xxx) earlier, but something was wrong with my logic so I changed it to return. Which I had no idea...
  14. [SOLVED] Re: Need help with loops and turning into roman numerals

    Thanks for the help!!

    I got it to break lines and have 2 separate inputs. However, It is not returning the values that I am asking for in the end. It says "cannot not return value whose result...
  15. [SOLVED] Re: Need help with loops and turning into roman numerals

    The date is supposed to take any date from 1900 to 2100 and convert into roman numeral, whatever the date maybe; but it has to be within that range.
  16. [SOLVED] Need help with loops and turning into roman numerals

    Hello all,

    I am relatively new and need some help with this. It is not allowing me to have two separate inputs. Enter "Name" and "Date". It for some reason is showing up on the same line.
    ...
  17. Thread: New Member

    by Onlyname
    Replies
    2
    Views
    1,134

    New Member

    Hello all,

    Just started learning Java, have fooled around with other languages. Hope to learn a lot here. Thanks
Results 1 to 17 of 17