Monday, March 18, 2013

Arithmetic Practice tool

Placement season is always on and people just keep solving questions and all, but OOPS!! at some piece of time you run out of arithmetic questions or you are too lazy to do so (the latter case happens to me most of the times), I came up with a solution, why not develop a simple program to ease all worries.

As a result of which I developed a simple application: Arithmetic Practice tool. This application asks the user which one he wants to practice (Addition/ Subtraction/ Multiplication/ Division or a randomly chosen operation). The user also has the flexibility to choose the range of numbers he wanna work upon, in this version, I have just included integer operations.

NOTE: For all division problems, you need to give an answer upto three decimal places. (ie an accuracy of 0.001 is required)

The application can be downloaded from here.
Or you can simply copy paste this link http://goo.gl/Tn9e0 in your browser.

Advantages, once you are all set for a particular set of problems, particularly Data Interpretation in this case, you can really try this application. The source code is also provided with this, so that you can also try some changes. The app can particularly help students aspiring for examinations demanding speedy calculations.

The application is licensed under GNU GPL v3+