PHP Taskbook Level 1.3
Given a string, if there is more than one character in the string, print the second to last character of the string to the console.
Given two integers, check that the first number is divisible by the second without remainder.
Given a string, if there is more than one character in the string, print the second to last character of the string to the console.
Given two integers, check that the first number is divisible by the second without remainder.