Talk:Put the Mouse Down and Step Away from the Keyboard
From WikiContent
(Difference between revisions)
(New page: regarding the code: the first parseInt catches the exception, the second doesn't ? this line is wrong: !time.substring(9, 11).equals("AM") & !time.substring(9, 11).equals("PM") & should b...) |
m (Talk:Put the mouse down and step away from the keyboard moved to Talk:Put the Mouse Down and Step Away from the Keyboard) |
Current revision
regarding the code: the first parseInt catches the exception, the second doesn't ?
this line is wrong: !time.substring(9, 11).equals("AM") & !time.substring(9, 11).equals("PM") & should be && the boolean and operator
