User Profile
Collapse
-
I'll give it a try, thanks for the advice. Sometimes I have problems with over complicating the simplest of things... -
[CODE=java]//Ask the user if he/she would like to play another game
System.out.prin t("\n\nWould you like to play another game ('y' for yes, 'n' for no): ");
cntrl = kb.next().charA t(0);
con = new Character(cntrl ).toString();
//A if statement that determines the whether the user wants to play another game
while(con.equal s('y')...Leave a comment:
-
Just some simple Java question
I want my program to ask the user if they would like to play another game of rock, paper, scissors. However, I want it to only accept (y for yes or n for no). At this point all I have been able to do is create a infinite loop, or just make the program not compile altogether. I have converted the char to a string, and attempted to use the .equals method but no such look.
I know it's a really simple question, but any suggestion would... -
I'm wasn't sure what it was called. But I hava a background color and the content of the page on top off that. I would like to center the content on the page, and have it expand and shrink as needed for different monitors. My desktop has a small monitor and it appears to be centered on it, but on my laptop the content on the left margin with open space to the right.
here is the code the code
Thanks for any help you...Leave a comment:
-
Autofitting Help!
Alright I'm working on a project and I was just wondering how you auto fit the content of a webpage to fit any screen dimension? So that when a person with large widesreen monitor views my page it appears roughly the same as a person that views on a smaller monitor.
This is just a template so far: webpages.uncc.e du/~cpedwar1/project.htm -
Thanks, I guess that I just looked at the code soo much that I just didn't catch that....Leave a comment:
-
"Object expected" Help
I am a newbie in the world of html/javascript and I'm have a little problem with an assignment I'm doing for a class. The url for the page is:
http://webpages.uncc.e du/~cpedwar1/suduko.htm
The code is for a single cell of a suduko game. The point of the assignment is to check and validate the input going into the box.
No activity results to display
Show More
Leave a comment: