NH Computing-Science Assignment 2024 Task 1 Instructions
NH Computing-Science Assignment 2024 Task 1 Instructions
Problem description
A research organisation currently gathers and stores data on the salaries paid to the chief
executive officers (CEOs) of the top 100 technology companies in the country. They want a
program to help them use this data effectively.
Purpose
A CSV file stores the following data about the 100 companies:
♦ company name
♦ number of employees
♦ salary paid to CEO
The program will allow the user to enter the name of a company to find and display the
difference between that company’s CEO’s salary and the highest paid CEO of all 100
companies.
The program will also find the highest number of employees employed by a single
company, and the number of companies who employ within 10% of that figure.
Goldman
GameGo company has the highest paid CEO.
The Goldman CEO earns £222 817 less than the highest paid CEO.
Assumptions
♦ the external file is current and updated regularly
Version 1.0 11