Question: Look at the structure below. What is it an example of? if (sat >= 1200) { System.out.println(Accepted.); if (salary < 20000) System.out.print(Financial Aid.); } Question
Look at the structure below. What is it an example of?
if (sat >= 1200) {
System.out.println("Accepted.");
if (salary < 20000)
System.out.print("Financial Aid.");
}
Question 7 options:
|
| nested looping |
|
| nested selection |
|
| recursion |
|
| compound condition |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
