1.new-package-命名方法com打头.中间名称.后台要创建的class 2.创建class- new-class 选择一下主方法 代码示例 编译完保存一下就能输出信息,一直没有保存才会输出不了 package com.chongrui.test; public class test { public static void main(String[] args){ byte mybyte=124; short myshort= 32564; int myint =4578461
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace C_编辑基础 { class Person { public string Name; //由于Name没有赋值,而它是string类型的,所以它的默认值就是Null public int Age; //由于Age和Gender也没有赋值.而它两是int类型的,所以他们两个的默认值为0 public int