#1 testing

병합
Jamez-s roympanju_1/ZCW-MacroLabs-OOP-ScientificCalculator:master 에서 master 로 1 commits 를 머지했습니다 6 년 전
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      MainApplication.java

+ 1
- 1
MainApplication.java 파일 보기

@@ -5,7 +5,7 @@
5 5
  */
6 6
 public class MainApplication {
7 7
     public static void main(String[] args) {
8
-        Console.println("Welcome to my calculator!");
8
+        Console.println("Welcome to my calculator!" + "this is Roy");
9 9
         String s = Console.getStringInput("Enter a string");
10 10
         Integer i = Console.getIntegerInput("Enter an integer");
11 11
         Double d = Console.getDoubleInput("Enter a double.");