From 28d1071f8910265c23a2c8e3e9ec73eb45c22593 Mon Sep 17 00:00:00 2001 From: aaricee <> Date: Wed, 6 Aug 2025 14:49:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8Hello.java=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hello.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Hello.java b/Hello.java index b8a5adf..6ad7e8c 100644 --- a/Hello.java +++ b/Hello.java @@ -15,4 +15,7 @@ public class Hello { return a+b; } + public static double sumThreeNumbers(double num1, double num2, double num3) { + return num1 + num2 + num3; + } } \ No newline at end of file -- Gitee