Part 3a. Largest power of two less than (10 pts) Implement the method public static int largestPow2LessThan(int n) which calcula
tes and returns the largest integer power of 2 less than n. You may assume n is greater than 1. For example, if n is 10, the largest power of 2 less than n is 8 (8 is 2 cubed). If n is 8, the answer is 4. If n is 2, 20
A functional dependency which is also commonly known as a
database dependency occurs in a database when info stored in the same database
determines other information stored in the same table. Knowing the value of a
set of attribute is enough to tell you the value of another set of attributes.