Forum: Java Aug 15th, 2008 |
| Replies: 1 Views: 474 This is due Sunday, and I still do not have all of my errors out of the way to see if it runs correctly. Please help I am down to 16 from 20.
Errors:
ompiling 1 source file to... |
Forum: Java Aug 13th, 2008 |
| Replies: 1 Views: 605 So far it looks pretty good, except in the GUI I can not get the Modify, Save, Delete, Add and Search buttons to work. They produce error codes :
Exception in thread "AWT-EventQueue-0"... |
Forum: Java Aug 13th, 2008 |
| Replies: 1 Views: 342 In part of my coding I know have this...
throw new UnsupportedOperationException("Not yet implemented");
what does that mean, and what do I do with it? |
Forum: Java Jul 23rd, 2008 |
| Replies: 15 Views: 840 I have seen it as return string format but I am not sure what all of the codes mean and which ones i need. |
Forum: Java Jul 23rd, 2008 |
| Replies: 15 Views: 840 package javaapplication31;
import java.util.Arrays; |
Forum: Java Jul 23rd, 2008 |
| Replies: 15 Views: 840 I have changed my code, and it is working but sadly it is not formatting my decimal correctly.
package javaapplication31;
import java.util.Arrays; |
Forum: Java Jul 23rd, 2008 |
| Replies: 15 Views: 840 Do I need that line? With the Re-Stocking Fee? I am getting so confused right now I swear I am about in tears now I only have 2 days to have this done. |
Forum: Java Jul 23rd, 2008 |
| Replies: 15 Views: 840 So if I make them the same it would work? |
Forum: Java Jul 23rd, 2008 |
| Replies: 15 Views: 840 I am so very lost in where you are talking about, any other ways of explaining where to look to make the changes so it will work? |
Forum: Java Jul 23rd, 2008 |
| Replies: 15 Views: 840 I am a little confused by what you mean: #
#
// you forgot to provide a double argument before the String!" |
Forum: Java Jul 23rd, 2008 |
| Replies: 15 Views: 840 init:
deps-jar:
Compiling 1 source file to C:\NetBeansProjects\SCHOOL1\JavaApplication31\build\classes
C:\NetBeansProjects\SCHOOL1\JavaApplication31\src\javaapplication31\Inventory3a.java:185:... |
Forum: Java Jul 21st, 2008 |
| Replies: 0 Views: 1,463 I am not getting error messages, but it is not doing what I ant it to do..here is the assignment:
Modify the Inventory Program by creating a subclass of the product class that uses one
additional... |
Forum: Java Jul 17th, 2008 |
| Replies: 2 Views: 367 I have gotten my program to compile but it will not run: here is the error:
init:
deps-jar:
Compiling 1 source file to C:\NetBeansProjects\SCHOOL1\JavaApplication27\build\classes
compile-single:... |
Forum: Java Jul 17th, 2008 |
| Replies: 1 Views: 2,098 My assignment says: Modify the Inventory Program so the application can handle multiple items. Use an array
to store the items. The output should display the information one product at a time,... |
Forum: Java Jul 17th, 2008 |
| Replies: 7 Views: 2,402 Here is my second attempt:
and my current error message:
init:
deps-jar:
Compiling 1 source file to C:\NetBeansProjects\SCHOOL1\JavaApplication25\build\classes... |
Forum: Java Jul 16th, 2008 |
| Replies: 7 Views: 2,402 So my code is all wrong? I am a bit lost on what you are saying. I am not doing very well in this class, though i want to understand it it is not looking to promising. |
Forum: Java Jul 15th, 2008 |
| Replies: 7 Views: 2,402 Here is my assignment:Choose a product that lends itself to an inventory (for example, products at your
workplace, office supplies, music CDs, DVD movies, or software).
• Create a product class... |
Forum: Java Jul 9th, 2008 |
| Replies: 9 Views: 5,460 So when you define the method you are breaking down what you want such:
call getInfo (name, address, phone_number)
The call get info is the method and name, address, and phone number is the the... |
Forum: Java Jul 9th, 2008 |
| Replies: 9 Views: 5,460 Here is what my book has: Though I do not understand the example:
// Fig. 6.3: MaximumFinder.java
2 // Programmer-declared method maximum.
3 import java.util.Scanner;
45
public class... |
Forum: Java Jul 8th, 2008 |
| Replies: 9 Views: 5,460 I really need help understanding this, I have to write 200-300 words due this week though I can not seem to understand what little my book tells me about it. Sadly this is all i got from my... |
Forum: C May 23rd, 2008 |
| Replies: 2 Views: 662 Here is my problem; I do not know hwere to start. I have written pswudocode before, for a currency converstion program but I am unsure if I am doing the same thing with this one. Can someone please... |
Forum: C May 15th, 2008 |
| Replies: 2 Views: 1,017 I am wodering if i answered these correctly or not?
Algorithm Verification
Consider the following selection statement where X is an integer test score between 0 and 100.
input X
if (0 <= X... |
Forum: C May 15th, 2008 |
| Replies: 10 Views: 976 Is what I have above even close? |
Forum: C May 14th, 2008 |
| Replies: 10 Views: 976 umm yes?? What does that mena? |
Forum: C May 14th, 2008 |
| Replies: 10 Views: 976 Here is what I have so far, I have corrected what I had orginally though I am sure it needs more tweeking to be correct.
Main Module
Declare Currency Type as Integer
Declare Foreign Currency as... |
Forum: C May 14th, 2008 |
| Replies: 10 Views: 976 I have an assignment on currency I turned it in, and it is not right by no menas. I had no loops in any module, can anyone explain how to do a loop? |
Forum: C May 12th, 2008 |
| Replies: 4 Views: 435 Thanks, I guess i was just not sure about this stuff. |
Forum: C May 12th, 2008 |
| Replies: 4 Views: 435 |
Forum: C May 12th, 2008 |
| Replies: 4 Views: 435 I am wondering about this if I had a program that contained this:
if (0 <= X and X < 49)
output "you fail"
What will be printed if the input is 0? would it say you fail? I was thinking it was... |
Forum: C May 9th, 2008 |
| Replies: 7 Views: 2,187 Well I bomded, I made a 63. Man I did not do any loops, and my flow chart was messed up. Here is my stuff, if anyone can look at it and offer some advise I would appricate it.
6006 |
Forum: C May 5th, 2008 |
| Replies: 7 Views: 2,187 Yes, I turned it in last night. I hope I did not mess it up to much or I will drop below a B. Thanks for the help. |
Forum: C May 4th, 2008 |
| Replies: 7 Views: 2,187 Here is what I think It should look like:
Main Module
Declare Currency Type as Interger
Delcare Foreign Currency as Real
Declare US Dollar as real
Call Display Menu Module
Call Get Foregin... |
Forum: C May 4th, 2008 |
| Replies: 7 Views: 2,187 I have my flowchart done, but now I am confused on how to begin my pseudocode. I get the main module, but I am unsure if I am supplsed to continue with the input data module or use the modules off my... |
Forum: C May 3rd, 2008 |
| Replies: 7 Views: 2,187 I posted this in the computer and science forum, and i believe it should be here, and with no one saying anything I am afraid I posted in the wrong place so here goes again.
I am having issues with... |