Commit 2301fc44 authored by elijah vasquez's avatar elijah vasquez 🦍

Replace App.java

parent a93e9f62
public class App {
/* Exercises for Week 2 Programming 2
14/02/2022 Valentine's Day
Elijah Vasquez */
/* Exercises for Week 2 Programming 2
14/02/2022 Valentine's Day
Elijah Vasquez */
public static void main(String[] args) throws Exception {
System.out.println("Hello, World!"); // Ex 1
int daysPerWeek = 7; // Ex 2.1
......@@ -27,7 +27,10 @@ Elijah Vasquez */
System.out.println(greetingString + ", " + introductionString + ", " +
reminderString + ", " + threatString);
int fingersOnRightHand = 5;
int fingersOnRightHand = 6;
if (fingersOnRightHand == 6) {
System.out.println(fingersOnRightHand);
}
}
}
}
\ No newline at end of file
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