返回列表 發帖
  1. import java.lang.System;
  2. public class Yeah{

  3.         public static void main(String[] args) {
  4.                
  5.                 float x=84;
  6.                 System.out.println("x+3="+(x+3));
  7.                
  8.         }

  9. }
複製代碼

TOP

返回列表