Write a function minimum3 that returns the smallest of three floating-point numbers. Use the Math.min function to im- plement minimum3. Incorporate the function into a script that reads three values from the user and determines the smallest value. Display the result in the status bar.
What will be an ideal response?
```
1
2
3
4
5
6
7
30
31
32
33
34
```
Computer Science & Information Technology
You might also like to view...
The Weather app appears as a(n) ________ tile on the Windows Start menu
Fill in the blank(s) with correct word
Computer Science & Information Technology
Theme colors are NOT applied to which of the following?
A) Backgrounds B) Slide outlines C) Objects D) Text
Computer Science & Information Technology