SakuraMatrix / p0

0 stars 24 forks source link

Project0 idea #25

Open dmagare opened 3 years ago

dmagare commented 3 years ago

For my project 0, I will be making a simple java calculation/program that will accept an input from the user and then return a factorial for that input. Initially, the variable will be passed via main method, but future enhancement will use a scanner method to request information from the user. I will also be validating the input to ensure that only valid input is accepted. The will eventually be converted to a financial utility tool that will calculate the expected future value of an investment given a consistent monthly deposit and assumed rate of interest. For now, it is going to have only method.