Search:

Type: Posts; User: SaltSlasher

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    1,961

    Re: Problem with School Assignment.

    OH, thanks man. Yeah I have been sick this whole week, so I didn't get on the internet much.

    But I think I am getting closer. I just have the hardest time writing code that I haven't before....
  2. Replies
    11
    Views
    1,961

    Re: Problem with School Assignment.

    According to the paper, Paddle Streamer will got 21 miles / 6 knots = 3.5, according to output labeled, it will equal 3, so I will have to calculate to no decimals.

    For the Hover Craft we got 21...
  3. Replies
    11
    Views
    1,961

    Re: Problem with School Assignment.

    The first time i played minecraft I stayed up all night and played all the next day, I had fun building big walls, and made cool "yellow brick" roads that go everywhere.

    Yeah I got the ShipTest to...
  4. Replies
    11
    Views
    1,961

    Re: Problem with School Assignment.

    A Ha!!

    Your a genius!!!
  5. Replies
    11
    Views
    1,961

    Re: Problem with School Assignment.

    OH my bizzle.

    your talking about my




    public Ship(String bName, double s)
    {
    name = bName;
  6. Replies
    11
    Views
    1,961

    Re: Problem with School Assignment.

    Well it is pointing at the "new". So your saying I need a new constructor on my ShipTest page.

    I have tried making a new constructor, but I just get more errors.
  7. Replies
    11
    Views
    1,961

    Problem with School Assignment.

    Below is an attachment with two pages. "The UML diagram and instructions are on there also, so you can understand" *i need help with ShipTest.java, cause I can't get it to compile, mainly cause I...
  8. Re: "Separate Numbers"-Problem:Assigning Variables to User Inputs.

    This is how I turned in my code. She likes things in "paragraphs", and indented.




    import java.util.Scanner;
    public class Number
    {
    public static void main(String[] args)
    {
  9. Re: "Separate Numbers"-Problem:Assigning Variables to User Inputs.

    oh nice, that is cool, thanks. I just finished my first month of Java Programming, so I ma new to this.

    Did I need to do < > ??
  10. Re: "Separate Numbers"-Problem:Assigning Variables to User Inputs.

    Like this?



    import java.util.Scanner;
    public class Number
    {
    public static void main(String[] args)
    {
  11. Re: "Separate Numbers"-Problem:Assigning Variables to User Inputs.

    import java.util.Scanner;
    public class Number
    {
    public static void main(String[] args)
    {

    Scanner input = new Scanner(System.in);

    System.out.printf("Enter a 5 Digit Number: ");
  12. Re: "Separate Numbers"-Problem:Assigning Variables to User Inputs.

    It had crossed my mind to use String, I found tutorials that showed me how, but my teacher insisted that I use int.

    I am pretty sure the code that I wrote was what is suppose to be right.

    I...
  13. "Separate Numbers"-Problem:Assigning Variables to User Inputs.

    I gave up asking my teacher and classmates because they refuse to give me an exact answer, and my Google searches have left me dry since yesterday, and I just can't figure this out.


    I need to...
Results 1 to 13 of 13