Assume that an int variable named datum has already been declared. Write some statements that create a Scanner object to read keyboard input, and then uses that Scanner object to read an int value into the datum variable.