It might because of many reasons:
- Fan 1 is not connected to the Program (via Bluetooth, WIFI, or wired)
- The code made to make Fan 1 start up has a bug or an error
- Fan 1 has a hardware problem
- Fan 1 is out of reach for the electronically controller to reach
- Fan 1 is not connected to a power supply (tho)
<u><em>sorry if my answers don't help solve your problem </em></u>
From all the given options, the correct statement about customizing presentation is (B) you can customize a pre-designed slide layout with the Slide Master.
The option (A) is false, because if you want to put animations on your slide objects, you need to go to the Animation tab, while option (C) is false because to view the animation that you assign to a slide object, you need to open the animation pane bar or go to slide show. Option (D) is false because you <em>can </em>make changes to the colors, fonts, and effects for pre-designed slide themes.
Give the type and value of each result of the following Java expressions. a. (5 / 2) * 2.0 type is float value is 4.0 b. (5/2.0) * 2 type is integer value is 5c. "1.3" + "5.2" type is string value is 1.35.2d. 1 + 7.0 + "2" + "x" this will produce an error because we cannot add variables of different type