What I need to do is square all the prime numbers up to 50 and then round to nearest integer. Here is the code I have so far.

public class Test33
{
public static void main (String[] args)
{...