I know that in c++ in order to read a string like
Fahman Khan. you need to use
getline(cin,string variable). In java, I have noticed that using
String name=keyboard.nextLine() automatically...