View Single Post
Old 07-07-2012, 07:49 PM   PM User | #8
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
PHP Code:
int i 0;
try
{
    
Integer.parseInt(s.nextLine());
}
catch (
Exception ex)
{
    
System.out.println("That was not a number.");

Fou-Lu is offline   Reply With Quote