j-afarian / Java

Java Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Projects

Unimpressed Bitmoji
This repo contains a collection of mini java projects which I have attempted for practice purposes. Projects are based on the Mega Project List and Project Euler. Feel free to comment and give me tips, corrections, or suggestion if you feel like it.

Numbers

Change Maker
The user enters a cost and then the amount of money given. The program will figure out the change in Australia denomination coins to return.

Even Fibonacci
Finds the sum of all even fibonacci numbers whose value does not exceed four million.

Three & Five
Finds the sum of all multiples of 3 and 5 below 1000.

Floor Tiles
Calculate the cost of floor tiles given the width and height of the floor, and cost of tiles as per user input.

Text

FizzBuzz
Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.

About

Java Projects


Languages

Language:Java 100.0%