roympanju_1 6 years ago
parent
commit
0731032438
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      MainApplication.java

+ 1
- 1
MainApplication.java View File

5
  */
5
  */
6
 public class MainApplication {
6
 public class MainApplication {
7
     public static void main(String[] args) {
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
         String s = Console.getStringInput("Enter a string");
9
         String s = Console.getStringInput("Enter a string");
10
         Integer i = Console.getIntegerInput("Enter an integer");
10
         Integer i = Console.getIntegerInput("Enter an integer");
11
         Double d = Console.getDoubleInput("Enter a double.");
11
         Double d = Console.getDoubleInput("Enter a double.");