Answer:
c. Verify that UEFI/BIOS autodetection is enabled.
Explanation:
Verify that UEFI/BIOS autodetection is enabled.
OMG YUHHH
( Also I need one more brainliset until I get expert )
You should state the language you're using in these types of questions; here's an example in C++.
bool onOff = true;
if (onOff)
onOff = false;
else
onOff = true;
<span>void printArray(int a[ ]) {
</span> int i; <span>for (i = 0; i < a.length; i++){
</span> <span>System.out.print(a[i]);
</span> System.out.println(); <span>}
</span> }