If you enter 5 4 6 in three separate lines, when you run thi…

If you enter 5 4 6 in three separate lines, when you run this program, what will be displayed?  print(“Enter three numbers: “) number1 = int(input()) number2 = int(input()) number3 = int(input())  # Compute average average = (number1 + number2 + number3) / 3  # Display result print(average)

Case 1 Case 2 Case 3 Select one of the three cases for the…

Case 1 Case 2 Case 3 Select one of the three cases for the following questions/instructions. Please mention which case # you have selected. Establish at least three baseline and expected outcomes (goals) for the patient. Assign a numeric to the expected goals based on importance and difficulty level using the 3-point scale. Calculate the weightage of the expected goals. Develop the rubric for at least one of the goals using the 5-point GAS rating scale. This rubric would be used during the reassessment visit after the intervention to determine the patient’s progress. Use the SMART technique to write the goals. What interventions will you attempt for your patient? Optional for extra credits: Max of 10 points Establish more than three baseline and expected outcomes in step 2. Develop rubrics for more than one goal in step 5 using the 5-point GAS rating scale.