自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 hello China

import java.util.Scanner; public class Demo11 { public static void main(String[] args) { System.out.println(“请输入你的星期几,【0——6】”); Scanner A = new Scanner(System.in); int weekDay = A.nextInt(); switch(we...

2019-03-08 16:08:01 267

原创 hello-pipixia

import java.util.Scanner; public class Demo09 { public static void main(String[] args) { System.out.println(“请输入你的数字”); Scanner p = new Scanner(System.in); double o = p.nextInt(); System.out.println(...

2019-03-07 19:56:27 538

原创 hello-daxingxing

import java.util.Scanner; public class Demo07 { public static void main(String[] args) { System.out.println(“请输入你的本次Java成绩”); Scanner p = new Scanner(System.in); int o = p.nextInt(); System.out.print...

2019-03-07 19:46:44 172

原创 hello-帅气白

public class Demo02 { public static void main(String[] args) { System.out.println(“白"帅气”"); System.out.println(“姓名\t年龄\t性别”); System.out.print(“帅气\n”); } }

2019-03-07 14:11:39 174

原创 hello小白

/***** 姓名:帅气白 @author Administrator */ public class Demo05 { public static void main(String[] args) { String name =“帅气白”; char sex =‘男’; byte age =24; long hight=178; short weight =140; String hobb...

2019-03-06 20:00:54 200

原创 hello world

public class xx { public static void main(String[] args) { System.out.println(“hello world”);} }

2019-03-06 19:17:10 179

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除