thanks man thats what i think too
Type: Posts; User: NewAtJava
thanks man thats what i think too
here it is again hope this helps I know how it can be to figure out a program problem its frustrating sometimes!
...edited by moderator
I ran your program on my computer and it worked fine with copy and paste the one i left on there for you. It worked on mine perfectly every time i put a higher number than 100 it said enter correct...
I tried the stackTrace() the errors that i have up in the code are the only thing the IDE shows me as errors
i started a new one because i didnt have the errors on there and i wanted people to see the code and the errors. The code is written out of a book and should work perfectly fine it is word for word....
this is the error i get when i try to run the application.Any Suggestions? I appreciate all help thank you!
import java.awt.*;
import java.util.*;
import javax.swing.*;
import java.net.*;...
true spoon feeding is not always helpful but in my case It would have been cause java programming forums is my last choice after i have studied and checked every possible possibility for my java...
yes i understand but i wish someone would spoon feed me sometimes so i could study there code and learn. To bad know one spoon feeds me!
his problem is solved then
uncaught fetching image also
it cant find the url that is what im trying to say
here is the code i fixed you need to put isValid(score2) before the second while loop executes and do this for all if you copy and paste this code it should work. I also dont think you need...
thanks thought
tried it stil doesnt draw the image
The following code does not load the png image can someone tell me what im doing wrong the syntax is correct but i get a uncaught fetching error. It cant find the png image. Any suggestions would be...
ok neither do but thanks anyways
I am using bluej its like netbeans and eclipse just for simple programs so it pretty much does all the work for me all i do is press run?
Here is the code there are no syntax errors. but when i try to run the applet it tells me the applet is not initialized. can someone tell me what i am missing or doing wrong?
import java.awt.*;...
The math when it is done is 164minutes now my problem is how do i make convert this too: 2 hours 44 minutes and 6 seconds. That is my problem . I have just started Murachs java se 6 book. Kind a new...
I dont know how to get the computer to compute the hours and minutes and seconds.
can someone give me some help on how to write the following program. I have to calculate how long it would take for 50Mb file to download using a 56k analog modem. A 56k analog modem downloads 5.2...
take out the 10 in side the brackets and it should be fine
when I compile this program it tells me that result might not have been initialized. i have the return types as return result shouldnt this work? can someone tell me how to fix this?
...
ohhhhhhh. Thanks for that. So i recompiled it and it wont work properly it doesnt recognize that i have Cheeseburger, Pepsi and chips in the array when i enter in Cheeseburger it gives me the else...
yes but doesnt price = foodPrices[x] give it a value. cause x is going to be either 0 1 2.