import java.util.Scanner;

public class Multiples
{

public static void main (String [] args)
{

final int PER_LINE = 5;
int value, limit, mult,...