Enjoyed this TED Talk: Every kid needs a champion by Rita Pierson
Pierson, an inspirational teacher, shares her views on how we can be a motivator, being a model!
Click to read her thoughtsEnjoyed this TED Talk: Every kid needs a champion by Rita Pierson
Pierson, an inspirational teacher, shares her views on how we can be a motivator, being a model!
Click to read her thoughtsThere are multiple approaches to solve the Fizz Buzz Test:
Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”
Click to see a simple solution