From f8459ff40b1638786782daa57f7745fc113085a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E8=89=AF=E6=B6=9B?= <3159961255@qq.com> Date: Sat, 26 Nov 2022 14:51:40 +0800 Subject: [PATCH] https://gitee.com/shiliangtao/java-base.git --- .../todayjava2.md" | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 "20 \347\237\263\350\211\257\346\266\233/todayjava2.md" diff --git "a/20 \347\237\263\350\211\257\346\266\233/todayjava2.md" "b/20 \347\237\263\350\211\257\346\266\233/todayjava2.md" new file mode 100644 index 0000000..0239d0e --- /dev/null +++ "b/20 \347\237\263\350\211\257\346\266\233/todayjava2.md" @@ -0,0 +1,16 @@ +# java + +```java +public class niange { + public static void main(String[] args) { + int age=18; + String name="念哥"; + String young="年轻"; + String ng="超级无敌大帅哥"; + double height=188.8; + + System.out.println("班主任:愿"+name+"一直"+young+",是身高"+height+"的"+ng+""); + } +} +``` + -- Gitee