#1 testing

Fusionnée
Jamez-s a fusionné 1 révision(s) à partir de roympanju_1/ZCW-MacroLabs-OOP-ScientificCalculator:master vers master il y a 6 ans
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      MainApplication.java

+ 1
- 1
MainApplication.java Voir le fichier

@@ -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.");