1 Answer
← Prev Question
= low) { if (rain <= high) System.out.println("Rainfall amount is normal."); } else System.out.println("Rainfall amount is abnormal."); II. if (rain >= low) { if (rain <= high) System.out.println("Rainfall amount is normal."); else System.out.println("Rainfall amount is abnormal."); } else System.out.println("Rainfall amount is abnormal."); III. if (rain >= low) System.out.println("Rainfall amount" CLASS="qa-next-q theme">Next Question →
No related questions found
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.
9.4m questions
12.2m answers