Commit fd11ca41 authored by ma yanling's avatar ma yanling
Browse files

test-3

parent 0b79bdc8
......@@ -8,6 +8,13 @@ public class MyFirstApp
{
System.out.print(arr[i]);
}
int first = 10;
int second = 20;
System.out.println("输入两个数字: " + first + " " + second);
int sum = first + second;
System.out.println("总和: " + sum);
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment