Beginner APEX

FizzBuzz

The classic FizzBuzz rule: for a number divisible by both 3 and 5, print 'FizzBuzz'.

Write one line of Apex using System.debug() that prints the correct output for that case.

Log in to submit a solution.