Search:

Type: Posts; User: deeprdeepr

Search: Search took 0.10 seconds.

  1. Re: My program won't compile or run. Java homework assignment from the book absoulte Java, chapter 4, prob 11.

    Thanks for your reply. Yes textpad missed an error and I ran it in Jcreator and it was seen by my own eyes, LOL . Will def look into DrJava. Best wishes to you as well!!
  2. Re: My program won't compile or run. Java homework assignment from the book absoulte Java, chapter 4, prob 11.

    Is it free? LOL. Text Pad is not and time is running out for the sample of it. Hey, I want to thank you for your kindness this morning. I DO appreciate it and was hesitant because I know people do...
  3. Re: My program won't compile or run. Java homework assignment from the book absoulte Java, chapter 4, prob 11.

    I AM USING TEXT PAD. Is that maybe the issue?? In the tutorial for the program example in the book he is using text pad, I do have Jcreator and net beans. I will tell you the error messages....
  4. My program won't compile or run. Java homework assignment from the book absoulte Java, chapter 4, prob 11.

    public class Pizza
    {
    private String size;
    private int cheese;
    private int pepperoni;
    private int ham;


    public Pizza()
    {
Results 1 to 4 of 4