Pages

Sunday, May 27, 2012

C++

It's fun. I wanna make a program. I made a FizzBuzz thing where it goes through a list of numbers, and if a number is divisible by 3 or 5 it'll replace it with "Fizz" or "Buzz", respectively. (Also, if it's divisible by both, it'll print "FizzBuzz". I need to get started on GUIs, because I want to make an open-source program (or at least help with one!)


No comments:

Post a Comment