Skip to content

lsqlabs/engineering-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LSQ Engineering Problem

This LSQ Engineering problem is meant as a take home assignment to assess your skills as a software engineer. Please fork this repository into your own account (remember to keep the repository public for us to review it), solve the problem stated below and commit your solution to your repository.

Problem:

You have a list of invoices with an amount and identified by their invoice number. Your accountant has sent you file with their version of the same list. You need to output what differences exist between these two lists so that you and your accountant can resolve any discrepancies.

Run the code

Compile the code using javac app/Main.java and run the code using java app/Main.

Your solution should be printed to the console (using System.out.println()).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages