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 “+Number+“ 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
C
Computer Science & Information Technology
You might also like to view...
You can convert text that has already been typed into a(n) ________ graphic
A) Clip Art B) SmartArt C) Illustrated D) WordArt
Computer Science & Information Technology
The use of certificate authorities to associate public keys with certain users is known by what term?
a. public-key organization b. certified infrastructure c. public-key infrastructure d. symmetric identification
Computer Science & Information Technology