Java Taskbook Level 7.5
Given a variable with a string. Check that this string is a number, i.e. consists only of digits.
Given a variable with a string, check that this string is a fraction.
Create a method that takes an array of numbers as a parameter and returns the second largest number.
Create a method that takes two numbers as parameters and returns an array filled with integers from the minimum parameter to the maximum.
Create a method that will fill an array with random Latin letters.
Make a method that will return the sum of the first N
Fibonacci numbers.