No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I wonder if i could pick anyones brains on somthing? [CODE]public void show(String add) { try { statement.execute("select * from Staff_Details WHERE Address2 =" + add); [/CODE] This is a section of code im working on. The string variable add at the end of the SQL statement is not working …
HI, aLL [code]final int[] fromStop = {1, 2, 3, 3, 4, 5}; final int[] toStop = {3, 4, 5, 1, 2, 3};[/code] im trying to write a loop to create and start passenger threads with the respective from and to stops in the arrays above. e.g. Passenger 1 goes from …
[QUOTE=Mubo;849238] public class AsciiImage{ int height; int width; [COLOR="Green"]//contstructor[/COLOR] [COLOR="Red"]public[/COLOR] AsciiImage(int height, int width){ this.width= width; this height=height; the only problem by compiling is this: cannot find symbol class AsciiImage can some body help me thanks[/QUOTE] You dont give public to the constructor.So, your constructor should look like this: AsciiImage(int …
Hi, im trying to get code that if seats are availabile on a bus, then a passenger may get on. For the code i have provided, when i run it ,passenger gets on at the correct stop, but never get off.....i.e. the first 2 passengers ride forever........ help! what am …
The End.
stevnlon