Skip to content

bracytrae/fizzbuzz-practice-coll.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz Practice Collection

A small multi-language practice project for the classic FizzBuzz programming exercise.

Purpose

This repository is kept as a simple fundamentals exercise. It focuses on conditional logic, loops, and basic problem solving across different programming languages.

Core Logic

The program checks a range of numbers and prints:

  • Fizz for numbers divisible by 3
  • Buzz for numbers divisible by 5
  • FizzBuzz for numbers divisible by both 3 and 5
  • The original number when none of those conditions apply

Tech Stack

  • JavaScript
  • Python
  • Java
  • C++

Status

This is a completed practice repository that I am keeping as part of my learning history.

About

contains fizzbuzz solutions to all of the languages I know...

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors