// Private constructor to prevent instantiation of this utility class. * Calculates the nth Fibonacci number. * @param n The index of the Fibonacci number to calculate. * @return The nth Fibonacci ...