首页下载资源行业研究day01_程凯.zip

ZIPday01_程凯.zip

2401_85224294122.44KB需要积分:1

资源文件列表:

day01_程凯.zip 大约有27个文件
  1. day01/day01作业.md 6.54KB
  2. day01/img/
  3. day01/img/1.png 112.66KB
  4. day01/Test01/
  5. day01/Test01/.idea/
  6. day01/Test01/.idea/.gitignore 184B
  7. day01/Test01/.idea/misc.xml 177B
  8. day01/Test01/.idea/modules.xml 259B
  9. day01/Test01/.idea/runConfigurations.xml 346B
  10. day01/Test01/.idea/workspace.xml 3.5KB
  11. day01/Test01/out/
  12. day01/Test01/out/production/
  13. day01/Test01/out/production/Test01/
  14. day01/Test01/out/production/Test01/ConstantDemo.class 780B
  15. day01/Test01/out/production/Test01/Goods.class 620B
  16. day01/Test01/out/production/Test01/Test01.class 588B
  17. day01/Test01/src/
  18. day01/Test01/src/.idea/
  19. day01/Test01/src/.idea/.gitignore 184B
  20. day01/Test01/src/.idea/modules.xml 271B
  21. day01/Test01/src/.idea/runConfigurations.xml 346B
  22. day01/Test01/src/.idea/Test01.iml 344B
  23. day01/Test01/src/.idea/workspace.xml 1.76KB
  24. day01/Test01/src/ConstantDemo.java 527B
  25. day01/Test01/src/Goods.java 332B
  26. day01/Test01/src/Test01.java 190B
  27. day01/Test01/Test01.iml 455B

资源介绍:

day01_程凯.zip
public class ConstantDemo { public static void main(String[] args) { System.out.println("HelloWorld"); System.out.println("黑马程序员"); System.out.println(666); System.out.println(-88); System.out.println(13.14); System.out.println(-5.21); System.out.println('A'); System.out.println('0'); System.out.println('我'); System.out.println('我'); System.out.println(true); System.out.println(false); } }
100+评论
captcha