Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create loop statements #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 24, 2021

  1. Create loop statements

    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".
    saikiranreddy27 authored May 24, 2021
    Configuration menu
    Copy the full SHA
    94c9a71 View commit details
    Browse the repository at this point in the history