Technical Assessment
1. Register in ideone.com to write a piece of code in PHP
2. Create a program with the following requirements:
- Print out numbers from 1 to 100
- Replace all numbers divisible by 3 with "Coca"
- Replace all numbers divisible by 5 with "Cola"
- Replace all numbers divisible by both 3 and 5 with "Coca-Cola"
3. When done coding, submit the link of your ideone.com code using the form on the right.
Note: Be sure that your Ideone link is set to public and never expires