Question: 29. With the following code, what would you expect to see in the console in a playground? func say Something() print (Functions are awesome) saysomething()
29. With the following code, what would you expect to see in the console in a playground? func say Something() print ("Functions are awesome") saysomething() 3 saysomething() a. Functions are awesome, once b. Functions are awesome, twice c. Functions are awesome, repeated over and over and over,... d. Nothing 30. What will be displayed after the following program segment is coded and run, assuming the user enters the number 49 at the prompt? Write "Enter a number." Write "This program will display its square root." Input Number Write "The square root of " + Numbert" is "+Sqrt(Number) +" "" a. The square root of 7 is 49 . b. The square root of Number is 7 . c. The square root of 49 is 7 . d. An error message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
