标签:str public bsp sys nbsp .com code col string
package com.company; public class Main { public static void main(String[] args) { // write your code here int x=87; int y=72; int z=93; int avg=(x+y+z)/3; System.out.println("math = "+x+", eng = "+y+", comp = "+z+", average = "+avg); } }
标签:str public bsp sys nbsp .com code col string
原文地址:https://www.cnblogs.com/zhuzehua/p/9669587.html