Answer:

Step-by-step explanation:
The missing program is written as:
1 var
= 5;
2 var
= 7;
3 smallest ( ) ; →
4
5
= 8;
6
= 4;
7 smallest ( ) ; →
8
9 function smallest () {→
10
( "What is smallest? " +
+ " or " +
+ " ? " ) ;
11
12 if (< insert code>) {
13
(
+ " is the smallest.") ;
14 } else {
15
(
+ " is the smallest.") ;
}
}
So from above, the Boolean expression that would not work in line 12 is:
