Search:

Type: Posts; User: llowe29

Page 1 of 5 1 2 3 4

Search: Search took 0.23 seconds.

  1. Re: What next if i want to learn java gui after learning apcs?

    first so .... could you lease inform me with the link
    second you are being hypocritical about squabbling
    third please answer without being a snob
  2. Re: What next if i want to learn java gui after learning apcs?

    im reporting that tone and no I didn't ignore, I was looking for other suggestionns.
  3. Re: What next if i want to learn java gui after learning apcs?

    bumpity bump bump
  4. What next if i want to learn java gui after learning apcs?

    Here were the topics I learned on flvs ap computer science(java) and got a 90+% in.
    I. Object-Oriented Program Design
    The overall goal for designing a piece of software (a computer program) is to...
  5. [SOLVED] Re: Java Coding: Assistance with a loop that calculates maximum, minimum, and average of 10 inputted numbers.

    code tags
  6. Thread: What do I do?

    by llowe29
    Replies
    9
    Views
    1,703

    Re: What do I do?

    and then all id have to do is call the super methods through the car and truck construstors respectively, which works as Ive already fixed the problem with double/int congruence, thanks.
  7. Thread: What do I do?

    by llowe29
    Replies
    9
    Views
    1,703

    Re: What do I do?

    by implement you mean dont writte as abstract methods.
  8. Replies
    3
    Views
    995

    Re: how to sort names using compareto

    i would add names to array compare index 1 with 0 and ind index 2 with 1(array[i] with array[i-1]) and swap the words if not correctly position
    (bubblesort)
  9. Thread: What do I do?

    by llowe29
    Replies
    9
    Views
    1,703

    Re: What do I do?

    public class Car extends Vehicle
    {
    public Car(String name, int cost)
    {
    super(name, cost);
    }

    }
  10. Thread: What do I do?

    by llowe29
    Replies
    9
    Views
    1,703

    Re: What do I do?

    Simply: Truck and car arent abstract and dont overide the abstract methods
  11. Thread: What do I do?

    by llowe29
    Replies
    9
    Views
    1,703

    What do I do?

    15.05 Assignment Instructions
    1. Create a folder called 15.05 Assignment in your module 15 assignments folder.
    2. Create an interface named Product .
    a. Add a method called getName() that...
  12. Replies
    4
    Views
    935

    Re: somebody help me please :(

    any code that you have tried. Have you written pseudocode.
  13. Replies
    3
    Views
    959

    Re: Whats wrong with my code?

    "==" is a comparison operator not one for assignment
  14. Replies
    5
    Views
    1,119

    Re: Case Study JSMileFace and JSmileFace2

    Well first things first JSmileFace2 extends jsmile.
  15. Replies
    3
    Views
    1,157

    Re: Weird Characters printed

    I made changes suggested though dont have any idea about array part. The weird characters(thanks:)) are gone but letters are beig repeated in alphabet.


    /**
    * Write a description of class...
  16. Replies
    3
    Views
    1,157

    Weird Characters printed

    My program is printing random weird characters.



    /**
    * Write a description of class LandonLoweCipher here.
    *
    * @author (Landon)
    * @version (a version number or a date)
    */
  17. Thread: Lab 14

    by llowe29
    Replies
    20
    Views
    2,555

    Re: Lab 14

    Example Construtor:



    public class Name{
    private String fName;
    private String lname;
    public Name(String fN, String lN)
    {
    fName = fN;
  18. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,176

    Re: Morse Problem

    I dont understand what is meant by your first sentence/how to fix it.
  19. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,176

    Re: Morse Problem

    Thanks finally fixed the problem or at least I think I did based on results



    /**
    * Write a description of class MorseCode here.
    *
    * @author (Landon L)
    * @version (a version number or...
  20. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,176

    Re: Morse Problem

    but the code has to convert ints to morse code also.
  21. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,176

    Re: Morse Problem

    /**
    * Write a description of class MorseCode here.
    *
    * @author (Landon L)
    * @version (a version number or a date)
    */
    import java.util.*;
    import java.io.File;
    import...
  22. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,176

    Re: Morse Problem

    Input was Hohoho122.
    Output was ---....---....---
  23. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,176

    Re: Morse Problem

    yes at least for letters I suppose Ill do the same thing for numbers

    --- Update ---

    Now the number part wont return anything


    /**
    * Write a description of class MorseCode here.
    *
  24. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,176

    Re: Morse Problem

    After making suggested changes here is what I have.


    /**
    * Write a description of class MorseCode here.
    *
    * @author (Landon L)
    * @version (a version number or a date)
    */
    import...
  25. Thread: Morse Problem

    by llowe29
    Replies
    23
    Views
    1,176

    Re: Morse Problem

    /**
    * Write a description of class MorseCode here.
    *
    * @author (Landon L)
    * @version (a version number or a date)
    */
    import java.util.*;
    import java.io.File;
    import...
Results 1 to 25 of 112
Page 1 of 5 1 2 3 4