Range to Array in PHP
Create an array filled with numbers from 1
to 100.
Create an array filled with letters from 'a'
to 'z'.
Create a string '1-2-3-4-5-6-7-8-9'
without using a loop.
Find the sum of numbers from 1 to 100
without using a loop.
Find the product of numbers from 1 to
10 without using a loop.