CS计算机代考程序代写 public class SquareApp {程序代写 CS代考 public class SquareApp { public static void main(String[] args) { SquareController app; app = new SquareController(2); } }