A simple FizzBuzz playing program which will count up to a number of your choice.

Related tags

Spring Boot FizzBuzz
Overview

FizzBuzz

A simple program which plays FizzBuzz up to a number of your choice.

For those who don't know how FizzBuzz works, you count up from 1, but:

  • Every time a number is a multiple of 3, you say "Fizz"
  • Every time a number is a multiple of 5, you say "Buzz"
  • Every time the number is a multiple of both 3 and 5 you say "FizzBuzz"
You might also like...

A JAVA program made to fetch lyrics from internet

A JAVA program made to fetch lyrics from internet

Lyrics Fetcher Online A JAVA program made to fetch lyrics from internet. Screenshots Clone to your PC For Windows (I guess) git clone https://github.c

Feb 3, 2022

One of the groups in Arpia Tecnologia's Internship program.

Eagles Integrantes: Allan Quiterio Carlos Eduardo Gustavo Priscila Ramos Pedro Florêncio Yan Stivaletti Tarefas Deverá ser desenvolvido 5 itens: Usuár

Jan 19, 2022

Java program with MySQL connection.

Gestão Financeira Indice Sobre Tecnologias Utilizadas Ferramentas Utilizadas Como baixar o projeto 🔖 Sobre O projeto Controle de Ganhos e Gastos Pess

Feb 11, 2022

Word wrapping program created using Java and Scanner imports.

WordWrap Word wrapping program created using Java and Scanner imports. The program begins by asking the user to input a number for line width. This re

Jan 31, 2022

This program takes player stats spreasheets from Basketball Reference and predicts NBA outcomes.

NBAPredictor This program takes player stats spreasheets from Basketball Reference and predicts NBA outcomes. On line 28, change the file path to be a

Feb 5, 2022

Java How To Program (Early Objects), 10th Edition (Paul Deitel, Deitel & Associates, Inc. Harvey Deitel)

Java How To Program (Early Objects), 10th Edition (Paul Deitel, Deitel & Associates, Inc.  Harvey Deitel)

Java How To Program (Early Objects), 10th Edition Description I have written book source codes and answers to exercises Structure of Source Codes Each

Apr 19, 2022

Fun little program to generate worlds in Excel

Basic world generation for Excel! How to use (For windows): Download the latest release from Releases run java -jar WorldGenExcelVersion.jar "path_to_

Feb 12, 2022

You can draw and many more things in this program

You can draw and many more things in this program

Scribble Table of contents Introduction Screenshots Prerequisite Introduction You can draw/erase in different width. Chose color of your choice. Set b

Jan 27, 2022

Similar to the minimap application, this program gets information from the center of the screen and displays information about that creature from a database.

New-World-CreatureInfo Similar to the minimap application, this program gets information from the center of the screen and displays information about

Sep 21, 2022
Owner
null
Java program which calculates employee salary

EmployeeSalary Java program which calculates employee salary. Read employee name,salary,start year and working hours then calculate total salary accor

Onur Erman 1 May 31, 2022
Simple and lightweight application which is checking status of your web services and send a notification if it is down.

rose-uptimer Simple and lightweight application which is checking status of your web services and send a notification if it is down. Example configura

RoseSapphire 3 Sep 25, 2022
a simple program to turn stockX images into gifs!

StockX Gif Converter make stockx images look cool Idea I got this idea from Fyko/stockx-gif-next Usage import me.brennan.stockxgiffer.StockXGiffer; p

Brennan 7 Jul 19, 2022
This program is a simple machine learning implementation in Java for detecting skin pixels.

Skin Detector ?? ?? Detects human skin from images This program is a simple machine learning implementation in Java for detecting skin pixels. How to

Tasmia Zerin 1 Jan 21, 2022
It contains a simple program to apply basic arithmetic operations in Morse code

Morse-Calculator By Mohamad Farag F. Makkawi This project falls under DSL (Domain Specific Language) . the Input is an equation in which simple arithm

Mohamad Makkawi 1 Apr 29, 2022
A simple program used to enter people into a file stored in memory, and the same saved data is displayed in a table

A simple program used to enter people (students or professors) into a file stored in memory, and the same saved data is displayed in a table. Persons have the appropriate attributes where name, surname, etc. are entered and identified by ID.

Ljubinko Stojanović 3 Apr 28, 2022
A fast and reliable Java micro-library which chooses the sorting algorithm that best fits your needs and sorts the parameter.

A fast and reliable Java micro-library which chooses the sorting algorithm that best fits your needs and sorts the parameter.

Simone Nicol 2 Feb 19, 2022
A tool which enhances your pojo, powered by java-agent.

A tool which enhances your pojo, powered by java-agent.

K.G. Wang 5 Oct 8, 2022
A simple paper plugin which allows deepslate to be instamined

InstantDeepslate An extremely simple plugin that allows you to instantly mine deepslate. I used the paperweight test plugin as the base for this plugi

null 2 Jan 31, 2022
This is simple REST API developed with Spring Boot which allows transactions on taboo cards.

Taboo Cards REST API with Spring Boot Summary: This is simple REST API developed with Spring Boot which allows transactions on taboo cards. Requiremen

Alperen Çubuk 2 Sep 16, 2022