Skip to content

rcffc/sales-taxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Sales Tax

Building

The project uses Maven as a build tool and requires according setup. Once configured, the project is build and run using following set of commands:

cd demo
mvn package
java -cp target/demo-1.0-SNAPSHOT.jar salestax.App

Assumptions

  1. Assumptions about the input
    • assume that each input line is a subset of following regular expression: 1 [a-zA-Z ]*[ at ][0-9]{2}.[0-9]{2}
    • assume that keyword imported can appear maximum once within section [a-zA-Z ]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published