//I want to know if this program is right. The program uses loops to find the first 400 primes.
class Primes {
public static void main(String[] arguments) {
int counTer2 = 0;
primeLoop:...