内容纲要
package com.rocky;

/**
 * @Time : 2021/9/28 上午10:55
 * @Author : rocky
 * @Email : 939555035@qq.com
 * @File : TestVar02
 * @Software: IntelliJ IDEA
 */
public class TestVar02 {
    public static void main(String[] args) {
        int a = 10;
        int b = 20;
        int c = a + b;
    }
}

file

file

打赏

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注