class CasdocDemo {
	
	public void main(String[] args) {
String str = "Hover over or click me!";
// What's the purpose of the 2nd argument? // Interact with parseInt to see its documentation, // or with the arguments to find out more. int i = Integer.parseInt("six", 36);
} } // Any more questions?