0% found this document useful (0 votes)
2 views1 page

Stock Sales System Development Guide

The document outlines a task for a software developer to create a system for a stock-selling company. It specifies the need to write three functions: one to fill a two-dimensional array with quantities sold, another to calculate total quantities sold, and a third to print the company's sales. The document includes a breakdown of the percentage weight for each function's importance.

Uploaded by

stcmis2025
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Stock Sales System Development Guide

The document outlines a task for a software developer to create a system for a stock-selling company. It specifies the need to write three functions: one to fill a two-dimensional array with quantities sold, another to calculate total quantities sold, and a third to print the company's sales. The document includes a breakdown of the percentage weight for each function's importance.

Uploaded by

stcmis2025
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Name: ________________ Make up 30/10/2018

As a software developer, you asked to develop a system for a company


that sells stock.
This company sells different types of stock items.

Quantity sold total quantity


0 1 2 3 4

A. Write a function that:


Fill this two-dimensional array called quantity by numbers
from user, which are the quantity sold of each item. (30%)
B. Write a function that calculate the total quantity sold of each
item and store them in an array called total quantity. (40%)
C. Write a function that prints the sales of the company.
(30%).

You might also like