Search:

Type: Posts; User: Diesel298

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,241

    Re: Need help with printing out info

    Thank you very much!
  2. Replies
    4
    Views
    1,241

    Re: Need help with printing out info

    Thanks! Also is there some way you could do this in an arrayList? I switched over because its more dynamic and I cant get it to work now
  3. Replies
    4
    Views
    1,241

    Need help with printing out info

    So basically Im trying to create a hospital program where someone can go in and do multiple functions including add a patient/doctor, edit their medical history, and then look at all of it. My...
  4. Replies
    16
    Views
    1,487

    Re: java programing two arrays

    This problem is not hard at all. Just think logically what you need to do. First you need to assign the two or more arrays their values. Secondly you would need to prompt the user for a word in...
  5. Re: How can I continuously read a text file in java

    First off you need to put your code into a code tag to make it easier to read and to take up less space. Secondly I'm just trying to get what you are trying to do. Are you just reading a file in from...
  6. Re: calling to another class from another class

    I actually got it it was a simple error of me putting a queue in the main argument rather in another class. Also about the priority queues our professor said he would go over it tomorrow. Thanks for...
  7. calling to another class from another class

    In my program I am trying to write I want to call to another class which has variables stored in it that I want to call and print out in an entire different class under one package in eclipse. In...
  8. Replies
    1
    Views
    1,169

    Multiple Objects out of one.

    I want to create a program and within that program I need to create a costumer object that ever time I go through a loop it creates a new costumer with all new specs. Basically my program right now...
  9. Replies
    3
    Views
    1,120

    Re: No idea why this program doesn't work

    Sorry I'm new. The problem I am having right now it that it wont compile. I keep getting these errors when I try to run the program.


    Exception in thread "main" java.util.NoSuchElementException...
  10. Replies
    3
    Views
    1,120

    No idea why this program doesn't work

    I am writing this code for a simple program that would allow a place such as a DMV. It would have two lines and go through as shown in the code below. I just have no idea why its not even compiling...
Results 1 to 10 of 10