Software Design

Job ID: 34223148

Budget: $250 – $750 USD

Deliverables: 2 applications
Must be free of trojan and phishing malwares.
A Windows 10 compatible desktop application that allows users to enter and store data, and run a simple statistical query.
The application will provide a form for users to enter two-digit numbers between 00-99 and a date.
Data entered is stored in a list with three columns: Left, Right and Date. For each two-digit number entered, the number will be split in two, with the leftmost digit going in the Left column, the rightmost digit into the Right column and the date in the Date column.
The application will provide a second form to compute and display the frequency each digit appears in the Left and Right columns as a percentage of the total number of entries in the list.
A third form will display duplicate date entries in the list.
Data will be displayed in spreadsheet format.
The first form will include a menu bar to select between data entry, viewing statistics and viewing duplicates.
Each form will contain a watermark of the client’s phone number.
The application will include a configuration file (.cfg) for defining how text appears on forms (e.g., to support different languages).
A second version of application 1 that is identical but that operates on four-digit numbers.