From 5782c6bb0bcf0f58d337d6a52ff197d1b90233e3 Mon Sep 17 00:00:00 2001 From: LiviMcK <137836813+LiviMcK@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:53:55 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b866789..db1f8a4 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,10 @@ Pick several of the Java format specifiers below and define variables of the cor * Push it to your Remote/origin branch (i.e. GitHub: Feature1 -> origin/Feature1) * Then issue a Pull request to my instructor branch * Make sure to **COPY** the Pull request URL and submit it for the lab/assignment. + +PART 2 +1. Good and bad are variables and int is their data type. You can assign a number? In this code its 0, 1 or 2? +2. emotionalDamage is the variable and float is it’s data type and you can assign values like positive floating-point numbers, negative floating point numbers, zero and large and small values. + + +3. Intellij is showing me that format() is redundant? other than that I am not sure what variable assignments are wrong?