hales8707 hales8707 05-06-2024 Computers and Technology Answered Which is the best to declare a named constant for a fixed interest rate?a. final double interestRate = .05;b. final double INTEREST_RATE = .05;c. double interestRate = .05;d. double INTEREST_RATE = .05;