Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Determine the output of the following IF functions. a. = IF(9> = 2 * 5,12,IF(21/2>3* 3,16,74)) b. = IF(7-3=6* 2/6,Good,IF(4^3 64,Ness,Job)) c. = IF(8-1^3 3+4,SUPER,IF(6
Determine the output of the following IF functions. a. = IF(9> = 2 * 5,12,IF(21/2>3* 3,16,74)) b. = IF(7-3=6* 2/6,"Good",IF(4^3<>64,"Ness","Job")) c. = IF(8-1^3<>3+4,"SUPER",IF(6<3,"SILLY",IF(2>8,"WHAT", IF(15-4>19,"THE","SALLY")))) d. = IF(6*4<=2*3*5,"WOOO",IF(58^77 <2,"BOOOO","HOOO!")) a. The output is b. The output is c. The output is d. The output is
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started