Question: 6.31 duringLab: Answer Cell 6.31 duringLab: Answer Cell Your cell phone rings. Return true if you should answer it. Normally you answer, except in the
6.31 duringLab: Answer Cell
6.31 duringLab: Answer Cell Your cell phone rings. Return true if you should answer it. Normally you answer, except in the morning you only answer if it is your mom calling. In all cases, if you are asleep, you do not answer. answerCell(false, false, false) true answerCell(false, false, true) false answerCell(true, false, false false 287212.1778258 LAB ACTIVITY 6.31.1: duringLab: Answer Cell 0/3 Main.java Load default template... 1 public class Main { 2 3 public boolean answerCell(boolean isMorning, boolean isMom, boolean isAsleep) { 4 /* Type your code here. */ 5 } 6 7 // this method not used but needed for testing 8 public static void main(String[] args) { 9 } 10 11 Develop mode Submit mode Run your program as often as you'd like, before submitting for grading. Below, type any needed input values in the first box, then click Run program and observe the program's output in the second box
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
