Answer:
Check the explanation
Explanation:
========================================================================
// Part 3 (a)
public static int largestPow2LessThan(int n) {
int two = 1;
while (two * 2 < n) {
two *= 2;
}
return two;
}
================================================================
Would other people find this intresting and does it really matter?
C is likely the best answer here.
You can add row, table, columns or cells