返回列表 發帖
  1. public class Helloworld {

  2.         public static void main(String[] args) {
  3.                 // TODO 自動產生的方法 Stub
  4.                 int a=5,b=3;
  5.                 System.out.println(a+"*"+b+"="+(a*b));
  6.                

  7.         }

  8. }
複製代碼
回復 1# 陳品肇

TOP

返回列表