// Practical 1B - Question 2
// Marcus Ward
// 27/01/2012
// Program asking user for two strings, and then it will display the longest string on screen.

import java.util.Scanner;

public...