This is my program in order to find two integers that are divisible either by 7 or 11.


public class Assignment1 {

public static void main(String[] args) {

int a =...