8000 GitHub - dongf9527/fsd-04: fsd assignment 04
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dongf9527/fsd-04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salary Income Predictor

Tech stack

  1. java8 stream api
  2. java enum
  3. builder pattern

Setup

mvn clean package
java -cp ./target/*.jar com.iiht.fsd04.SalaryPredictor

java8 stream api only used here: com.iiht.fsd04.model.Frequency.getValues

Sample output

$ java -cp ./target/*.jar me.cyper.fsd.lab04.SalaryPredictor

Salary Income Predictor
=================================================

Input starting salary: 20000
Input increment in percent: 10
Input increment received frequency: 2
Input deductions on income: 900
Input deductions received frequency: 2
Input prediction years: 5


## References

About

fsd assignment 04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0