public static void method(int start, int end) { int count=0; //write your code here...... if(start>end){ int temp=start; start=end; end=temp; } for (int i=(start<3)?3:start;i<=end;i++ ){ boolean flag = true;//重置flag for (int j=2;j<=Math.sqr...