Question: Part 1 Understand the Problem There are three equations to solve for this lab exercise, each produces a Boolean result. 1) ! (10 / 2

Part 1 Understand the Problem There are three equations to solve for this lab exercise, each produces a Boolean result. 1) ! (10 / 2 + 33 >= 45 - 5) 2) 45 >= 45 && 25 22 3) X++ + --y > 100 || 43 == x List the order of operations you will need to follow to solve each equation. You can copy a list from the lecture notes (See week 5). == . Part 2 Solve each equation step-by-step Solve each equation step by step to get an answer of true or false for each For equation 3, set x = 42 and y = 22 as starting values. Show the steps, based on order of operations within your MS Word document submission. Reference Lecture Notes Week 5 "01 boolean, logic and relational operators.pptx" slide 15 for an example. O . Part 3 Write a Java program to test your answers Use Java coding conventions. Create a simple program within a method main, which outputs the result of each equation, see the example program run at the bottom of this handout as reference for outputs. Include your name as part of the program output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
