Search:

Type: Posts; User: rbread80

Search: Search took 0.08 seconds.

  1. Thread: degrees?

    by rbread80
    Replies
    2
    Views
    1,237

    degrees?

    I hope this is an ok place to post this, but i am curious which degree is the best to get. I am currently enrolled as a computer science major, but have been looking at the computer engineering...
  2. Replies
    12
    Views
    5,402

    Re: beginner w/ text based RPG

    The images aren't really that important I guess if they are going to cause the project to fail, but would be nice. I liked the paint example. What I was thinking was just like when you are playing a...
  3. Replies
    12
    Views
    5,402

    Re: beginner w/ text based RPG

    Thanks for the help! The beauty of the concept is that there really is no graphics. I just want the player to be able to call for an inventory of what they are carrying.

    Maybe I should have...
  4. Replies
    12
    Views
    5,402

    Re: beginner w/ text based RPG

    sorry, by value i was thinking by weight as in the amount you can carry.Thanks for all the work you've put forth into my project! By text based i meant there's no graphics really. its an old design...
  5. Replies
    12
    Views
    5,402

    beginner w/ text based RPG

    I am just finishing my entry level Java class, but think i am going to take the next semester off from school. To keep studying, I want to work on a text based RPG. Do you think this is too large to...
  6. Replies
    6
    Views
    2,935

    need help w/ arithmatic program

    I have a major project that i need a good grade on... here's the project and following is my code.
    My problem is that I am unable to make it try the question 3 times if it is answered wrong, and...
  7. Replies
    3
    Views
    3,104

    Re: Advancing day w/ if/else & switch statement

    After my tweaking, this is my entire updated code:


    public class MyDate {

    public int month, day, year;


    public MyDate(int month , int day, int year) {
  8. Replies
    3
    Views
    3,104

    Re: Advancing day w/ if/else & switch statement

    I've changed it some, but here is my new advanceByOneDay method


    public String advanceByOneDay(){
    /**
    * advances date by one day
    **/

    String result= " ";
  9. Replies
    3
    Views
    3,104

    Advancing day w/ if/else & switch statement

    I have a project due Monday for my Intro Java class and I really need to do well on it! I need to write a MyDate class that has 3 integers representing month, day & year. in it, I need a MyDate...
  10. help w/ Eclipse needed - errors w/ curly braces and ;

    I am sorry if i have posted this in the wrong section, but I'm new here and this seemed the most logical place to me.
    I am very new to programming, and to the Eclipse environment. I have had this...
  11. Replies
    6
    Views
    2,316

    Re: need help w/ entry level homework...

    THANK YOU SO MUCH! I can't believe I for got to do that... well, actually I can. Maybe I won't do it again in the future, but I probably will. Again, thanks!
  12. Replies
    6
    Views
    2,316

    Re: need help w/ entry level homework...

    ok, fixed it to include the ItalianFlagViewer just for continuity sake. I think you are right that it is not the problem, but what do I know? And yes, I completely understand what the java tags help!...
  13. Replies
    6
    Views
    2,316

    Re: need help w/ entry level homework...

    Sorry, I have very little experience with programming, and posting code online. Sorry if my ettiquitte is is bad.... I'll try to clean it up. As far as the java tags are concerned, do I put...
  14. Replies
    6
    Views
    2,316

    need help w/ entry level homework...

    I am in an entry level Java class and am supposed to implement 3 classes, ItalianFlag, ItalianFlagViewer and ItalianFlagComponent and use as much object oriented design as possible so one can specify...
Results 1 to 14 of 14