Kyle-Pu / Mathematics

Various math formulas coded in Java to help students all across the world!
MIT License
40 stars 59 forks source link

Test #52

Closed Kyle-Pu closed 6 years ago

Kyle-Pu commented 6 years ago

This is a test

Issue Templates


How to Create an Issue

PLEASE FIND YOUR APPROPRIATE ISSUE AND USE THAT TEMPLATE

A Few Tips

Fixing a Bug

Please fix [error occuring] in the [filename].java program.

Creating a New Program

Create a program to find [what is calculated]. The program should go under the [Subject] folder. Title the program [Math Concept].java.

Refer to [similar program] to find out how to prompt users for data and use it accordingly.

If you are a first time contributor, welcome! Please read through the basic guidlines as well as the contribution guidelines before getting started.

Real Example:

"Create a program to find the slope of a line given two points on the line. The program should go under the Algebra folder. Title the program SlopeOfALine.java.

Refer to the quadratic formula code to find out how to prompt users for data and use it accordingly."

If you are a first time contributor, welcome! Please read through the basic guidlines as well as the contribution guidelines before getting started.