The rules for the output message are as follows: The complete message must appear on a single line, ending with a newline (but can be generated piece… import java.util.Scanner;public class BikeHire { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String brand; //preferred manufacturer int wheels; //number of wheels: 1, 2, 3 or...