Briana Berger's repositories

Fibonacci

This class tests and creates the recursive method for Fibonacci numbers.

Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

EstimatePi

The purpose of EstimatePi is to apply the Monte Carlo Method to the number of darts and trials, which allows for an estimate of pi due to the (x,y).

Language:JavaStargazers:0Issues:0Issues:0

PlanetWeight-Gravity

The purpose of PlanetGravity.java is to print out the data of all the planets and calculate gravity. The purpose of PlanetWeight.java is to use the user's weight on Earth to calculate their weight on other planets and then display the planet data.

Language:JavaStargazers:0Issues:0Issues:0

PointsOnACircle

The purpose of the program is to find the varying values of y from intervals of x determined by the user's preference on radius and x intervals.

Language:JavaStargazers:0Issues:0Issues:0

ChristmasGiftWrapping

The purpose of this program is for when you run out of colorful wrapping paper and you just write this on the cardboard-brown wrapping paper for all your CS friends.

Language:JavaStargazers:0Issues:0Issues:0

HurricaneDataSelection

The purpose of the program is to display hurricane data from a text file, find averages, and find maxs/mins according to the user's range of years.

Language:JavaStargazers:0Issues:0Issues:0

AnnualWeather

The program uses a weather data set of Gainesville, FL for 12 months. With the data, the program provides the user the information in a clean structure and prints the information according to the user's preference for temperature scale and precipitation scale.

Language:JavaStargazers:0Issues:0Issues:0

PasscodeGenerator

The purpose of the code is to while loops and if statements alongside ASCII to print out randomly generated passwords based on the user's option choice and password length. The code also makes use of reading and writing to files.

Language:JavaStargazers:0Issues:0Issues:0

MonteCarloMethodAnimalPopulation

The purpose of this program is to determine the average number of squirrels seen until a fox squirrel is seen.

Language:JavaStargazers:0Issues:0Issues:0

CalculateFamilyComposition

The purpose of this program is to read data from an input file, tally up number of pairs, & display frequencies of family composition.

Language:JavaStargazers:0Issues:0Issues:0

GuessSecretNumber

A program that allows the user to guess a random integer number chosen by the computer between a given range.

Language:JavaStargazers:0Issues:0Issues:0

TDEECalculator

This program illustrates the use of logigal operators to calculate total daily energy expenditure.

Language:JavaStargazers:0Issues:0Issues:0

BMICalculator

This program illustrates the use of the if-else-if structure and determines a person's BMI based on weight and height. The program then gives the person their weight status.

Language:JavaStargazers:0Issues:0Issues:0

Javango

The purpose of BuyMovieTickets is to purchase movie tickets for a certain movie on a specific date. It is for practice purposes only. The program also takes into consideration the number of tickets, debit card, and PIN. Then, it prints out the e-Receipt.

Language:JavaStargazers:0Issues:0Issues:0

CalculateGrades

The purpose of this program is to count the number of grades, get test grade per each test, and the average of the grades after each test based on the user's responses.

Language:JavaStargazers:0Issues:0Issues:0

CurrencyConversion

The Currency project's purpose is to convert an amount of money from the US into the equivalent currency of three other countries given the current exchange rate.

Language:JavaStargazers:0Issues:0Issues:0

ClassifyGendersRep

The classification system uses the sci-kit learn library on Python3.6 to classify genders based on body measurements by comparing the arrays of X and Y.

Language:PythonStargazers:0Issues:0Issues:0