Forum: Java Aug 9th, 2009 |
| Replies: 16 Views: 539 Thanks cgeier,
That worked except for the instance, so I incorporated the instance that I had to call your object and it worked like a charm. I kept getting a 'class' expected on line 1 for your... |
Forum: Java Aug 9th, 2009 |
| Replies: 16 Views: 539 I want to compare the numbers in the array, so the code can display the largest number in the display. |
Forum: Java Aug 9th, 2009 |
| Replies: 16 Views: 539 I am all flustered with this program. I thought that I had a good grasp on the concept, but evidently I don't. I have written the Test application to this, and have cleared up the bugs in that, but... |
Forum: Java Aug 9th, 2009 |
| Replies: 16 Views: 539 sure, I am getting the error on this line code:
while([] counter <= 10);
this line is the loop code line that is to loop 10 times. |
Forum: Java Aug 8th, 2009 |
| Replies: 16 Views: 539 yeah, appreciate that, but I don't think that is the reason for the error. ; are usually for ending a statment in Java. |
Forum: Java Aug 8th, 2009 |
| Replies: 16 Views: 539 I keep getting a 'illegal start of an expression' and ')' expected on a loop line for a program that counts and compare ten numbers and displays the largest. I have checked for "{}" and "()"... |
Forum: Java Jul 23rd, 2009 |
| Replies: 4 Views: 217 I have worked out most of the bugs, but I keep getting a expected error with the following statement:
System.out.printf("/n%d/%d/%d",mm,dd,yy) |
Forum: Java Jul 23rd, 2009 |
| Replies: 4 Views: 217 I've been trying to build a java program to display the date in a MM/DD/YYYY format with constructors to link the return data, this is the initial sequence and was wondering about my get and set... |
Forum: Java Jul 7th, 2009 |
| Replies: 10 Views: 518 |
Forum: Java Jul 7th, 2009 |
| Replies: 10 Views: 518 Oh Yeah! That worked. I was assigning a floating point value to all of the equations. Problem solved, you guys are fabulous. I want to excel at this stuff, so I have to ask why is there a... |
Forum: Java Jul 7th, 2009 |
| Replies: 10 Views: 518 Here is the last part of the code for the print out. I do not get any errors when I build the program, but when I run it I get the following:
"Diameter is Exception in thread "main"... |
Forum: Java Jul 6th, 2009 |
| Replies: 10 Views: 518 Thanks, that really cleared up my format for the Area and Circumference, but I am still getting an error for diameter. Honestly, I do not know why. I have eliminated one problem by capitalizing the... |
Forum: Java Jul 2nd, 2009 |
| Replies: 10 Views: 518 I have been trying to build a Java program to prompt the user to enter the radius of a circle and the diameter, circumference, and area will be output through a "System.out.printf" statement. I can... |
Forum: Community Introductions Jul 2nd, 2009 |
| Replies: 1 Views: 224 Hello Everyone,
Signing in as a newbee to the site, and hope that I can get some help on programming. |