+1 vote
29 views
in Technology by (70.4k points)
The Fizzbuzz game? It's a game that todlers play to learn their numbers and devision. Basically you wright out all the numbers up to 100 and replace all the numbers that are divisible by 3 with the word fizz and all the numbers that are divisible by 5 with the word buzz. If a number is both divisible by 3 and 5, then they replace it with the word fizzbuzz (hence the name).

Well anyways, I am going thru a C# programming book and part of the homework is making that game on a computer. Its pretty hard so wish me luck. Maybe at the end when it is done ill show it to yall. Since this is just a computer thing, the computer automatically writes out the numbers and replaces them with the appropriate word to match its divisible properties. Wish meh luck!!!



1 Answer

0 votes
by (902k points)
I wish you luck! And please show it to us.

Also, I have a C# book.
by (70.4k points)
Nice. Can you show me a picture of the book? Also, the assignment was to make it so that the computer automatically lists out all the numbers between 1 and 100 and automatically replace the ones that decide by 3 or 5 with the correct word. It's not much but I'll show you the code
by (70.4k points)

Here it is. This is just the code. The output is pretty boring. 

by (902k points)
Thanks!
by (902k points)

Here you go. I got it used.




Related questions

+6 votes
0 answers 49 views
asked Jul 10, 2023 in Games / Toys by thanhdt3001 (23.7k points)
+10 votes
3 answers 166 views
+11 votes
1 answer 250 views
+6 votes
4 answers 582 views
asked Aug 16, 2020 in Other by Jane
+6 votes
12 answers 627 views
+10 votes
2 answers 396 views
asked Apr 26, 2014 in Fun Stuff by tdtl1802 (15.2k points)
+8 votes
2 answers 241 views
asked May 23, 2017 in Other by anonymous
+10 votes
2 answers 223 views
asked Nov 14, 2016 in Fun Stuff by L (90.2k points)
+18 votes
38 answers 1.6k views
+14 votes
4 answers 3.1k views
+7 votes
1 answer 228 views
+4 votes
3 answers 171 views
+11 votes
5 answers 472 views
+24 votes
29 answers 3.3k views
+11 votes
6 answers 704 views
+7 votes
2 answers 289 views
+4 votes
2 answers 155 views

Recent Badges

Notable Question
Asked question received 50 views
- clare9678 -
Popular Question
Asked question received 100 views
- Catlover -
Notable Question
Asked question received 50 views
- Yellowcat -
Popular Question
Asked question received 100 views
- -Minecraftnerd- -
Popular Question
Asked question received 100 views
- Braceletgirl123 -
...