Results 1 to 3 of 3
- 03-30-2011, 02:40 AM #1
Member
- Join Date
- Mar 2011
- Posts
- 2
- Rep Power
- 0
- 03-30-2011, 03:56 AM #2
Java Code:switch c { case 'A': case 'a': do stuff break; case 'B' case'b' etcWhat does that mean? How does it hang? Under what conditions does it hang? where does it hang? Probably in the code you omitted. Can help with code we cannot see.It seems to break my Class as it hangs
A do while loop seemed most logical but I'm not sure how to structure it around my switch statement.What is so hard about that?Java Code:do { switch { } } while(....);
- 04-01-2011, 03:36 AM #3
Similar Threads
-
How to use Greater Than and Less than in a switch statement
By JordashTalon in forum New To JavaReplies: 9Last Post: 06-17-2012, 04:13 AM -
help with switch statement
By java__beginner in forum New To JavaReplies: 4Last Post: 03-19-2009, 02:22 PM -
Method in a Switch Statement
By cart1443 in forum New To JavaReplies: 6Last Post: 03-14-2008, 03:48 AM -
Switch Statement Help
By bluegreen7hi in forum New To JavaReplies: 6Last Post: 02-06-2008, 05:16 AM -
Help with gigantamous switch statement
By trill in forum New To JavaReplies: 2Last Post: 08-06-2007, 08:11 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks