Search:

Type: Posts; User: Awak3n_Dreams

Search: Search took 0.08 seconds.

  1. Re: Can't figure out why my program isn't outputting.

    I understand that now, but I forgot to change my code. I decided to restart and switched over to scanner instead because I need this class to use public static int, but I'm still not getting any...
  2. Re: Can't figure out why my program isn't outputting.

    Sorry about that. I didn't realize it. I just edited my error post.
  3. Re: Can't figure out why my program isn't outputting.

    I did. This is the error:

    Exception in thread "main" java.lang.Error: Unresolved compilation problem:
    Type mismatch: cannot convert from String to int

    at...
  4. Re: Can't figure out why my program isn't outputting.

    I'm trying to get my dialog box to open. I'm not getting any output. I have to use those 3 classes when I do it. I'm new to this, so I'm not sure what I'm doing wrong?
  5. Can't figure out why my program isn't outputting.

    import javax.swing.JOptionPane;
    public class CarlysEventPriceWithMethods
    {
    public static void main(String args [])
    {
    returnGuests();
    displayMotto();
    ...
Results 1 to 5 of 7