PRIME Number is one which is divide only by it self and 1. now make your logic to find the Prime number . but the programme should be look like this



int input;
Scanner myscan = new...