ScratchData LogoScratchData
Back to timothymh's profile

Fizz, Buzz (code golf)

TItimothymh•Created October 28, 2015
Fizz, Buzz (code golf)
0
0
145 views
View on Scratch

Instructions

Look inside for the interesting(-ish) part! This is an answer for the Fizz, Buzz code golf challenge. Code golf is where you try to create programs that are as short as possible when you add up all the letters. Usually this is for normal programming languages, like Java, but here I'm using Scratch. This program counts from 1 to 100, but replaces multiples of 3 with "Fizz", multiples of 5 with "Buzz", and multiples of both with "FizzBuzz".

Description

Here's where I submitted this project: http://codegolf.stackexchange.com/questions/58615/1-2-fizz-4-buzz/61988#61988

Project Details

Project ID85315030
CreatedOctober 28, 2015
Last ModifiedOctober 28, 2015
SharedOctober 28, 2015
Visibilityvisible
CommentsAllowed