Show a method to display instructions to the user and write

Assignment Help Computer Engineering
Reference no: EM13477350

One of the many tasks that programmers get asked to do is to convert data from one form to another. Frequently data is presented to users in well-labelled, tabular form for easy reading. However, it is impossible or very difficult to do further processing of the data unless it is changed into a more useful form.

Your program will load this data into an array of structs, save the data in a form that is directly usable by a database (see below), display the data on the console in its original form and in its database form. It will also allow the user to display the highest number of applications for a given state and year.

Your program will use a menu to allow the user to choose what task is to be done. You will only be required to handle the Applications data. You can ignore the Offers and Offers rates data (see below).

Data

See "undergraduateapplicationsoffersandacceptances2013appendices.txt" for the original data.

This is the data your program should produce and save:

New South Wales    Charles Sturt University     4265 4298 4287 4668 4614

New South Wales    Macquarie University    6255 6880 7294 7632 7625

New South Wales    Southern Cross University 2432 2742 2573 2666 2442

New South Wales    The University of New England   1601 1531 1504 1632 1690

New South Wales    The University of New South Wales      10572    10865    11077    11008    11424   

New South Wales    The University of Newcastle  9364 9651 9876 10300    10571   

New South Wales    The University of Sydney  13963    14631    14271    14486    15058   

New South Wales    "University of Technology, Sydney"     10155    9906 9854 10621    9614

New South Wales    University of Western Sydney     11251    11776    11713    11947    13158   

New South Wales    University of Wollongong  3645 3685 3843 3801 3608

Victoria     Deakin University      10780    12301    11223    11443    11288   

Victoria     La Trobe University 7350 8377 8971 8987 9019

Victoria     Monash University    13346    15148    15119    14128    14786   

Victoria     RMIT University 12830    13232    13444    13556    12472   

Victoria     Swinburne University of Technology    3091 3314 3494 3288 3099

Victoria     The University of Melbourne 10035    8995 9242 10854    11315   

Victoria     University of Ballarat    1609 1718 1697 1531 1334

Victoria     Victoria University    5334 5427 4708 4789 4475

Queensland    Central Queensland University    2970 3114 3016 3808 3931

Queensland    Griffith University     10513    11828    12137    11342    11003   

Queensland    James Cook University 4852 5675 5371 5882 5899

Queensland    Queensland University of Technology 12062    13806    13446    13538    14255   

Queensland    The University of Queensland     12939    14169    14359    14469    14778   

Queensland    University of Southern Queensland 3754 4378 3730 3219 2508

Queensland    University of the Sunshine Coast     2238 2569 2466 2594 2656

Western Australia    Curtin University of Technology 5814 6993 7015 7013 7484

Western Australia    Edith Cowan University     3769 4343 3481 3407 3257

Western Australia    Murdoch University 2706 2837 2893 3102 2834

Western Australia    The University of Western Australia      6361 6661 7143 5782 5366

South Australia   Flinders University of South Australia  4558 5133 5442 5639 5823

South Australia   The University of Adelaide      7613 7348 7971 8510 8969

South Australia   University of South Australia 8960 9419 8950 9651 9504

Northern Territory   Charles Darwin University 2148 2335 2403 2625 2769

Tasmania University of Tasmania     9251 9692 10521    11722    12482   

Australian Capital Territory  The Australian National University 3541 3326 3329 3379 3263

Australian Capital Territory  University of Canberra 1917 1905 2166 2088 2050

Multi-State     Australian Catholic University     5893 6988 7181 8060 8974

Suggested Approach (Save a new version after each step)

I have put in brackets my assessment of the relative difficulty of each task. I found a hard task took more effort than a medium task which in turn took more effort than an 'easy' task.

1) (easy) Write a method to display instructions to the user

2) (easy) Write the code to display a menu and test it

3) (easy) Write the code to display the contents of the data file line by line

4) (easy) Write the code to save the contents of the data file to a new file

5) (medium) Write the code to copy the file data into a simple array of structs where the structure is something like:
struct data  string line;
and the array is
data[] myData = new data[100];

6) (easy) Write the code to deal with the unnecessary data at the start

7) (medium) Write the code to deal with the unnecessary data at the end

8) (hard) Write the code to modify the code to convert the original data into database format. You do not have to follow the exact structure given above, e.g. you could use commas instead of tabs

a. You may want to divide this into two problems. First treat the numbers as a string, i.e.
New South Wales, Charles Sturt University,"3,769"
and when you have that working then work out how to convert "3,769" into 3769 etc

9) (easy) Modify the struct to handle the modified data

10) (easy) Modify the file save code so that is saves the modified data

11) (medium) Write the code to find the highest number of applications in a year for a state

Reference no: EM13477350

Questions Cloud

What can be done to remove so many food borne illnesses : to include an annotated bibliography of 5 sources outline and abstract and the final is the actual research paper based
Given the following information create a monthly cash : given the following informationsalesjune100000july500000august100000september50000october100000november1000000a. 40 of
Find the profitability index for set of cash flows if : calculating profitability index lo7year nbsp nbspcash flow0nbspnbspnbspnbspnbspnbsp nbsp-18100 1 nbsp nbsp nbsp
Your analysis must draw on relevant ethical and : you are required to select one of the five ethics and sustainability issues provided below and submit your analysis
Show a method to display instructions to the user and write : one of the many tasks that programmers get asked to do is to convert data from one form to another. frequently data is
The firm is considering by using debt in its capital : as a financial consultant you have contracted with wheel industries to evaluate their procedures involving the
As to continue to screen venture opportunities is : market analysisidentify three sources of data for the market research about the business idea and the industry. how to
Suppose interest rates for bonds today is 5 for an aaa : go to the yahoo finance bonds center.1.under features bond lookup find bonds by name2.type in the first letter of
A firm estimates all of its projects by applying npv : a firm evaluates all of its projects by applying the npv decision rule. a project under consideration has the following

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd