Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pprattis/milk-station-program

This is a practice program is Visual Basic that simulates the calculation of the milk stations' progress of a week.
https://github.com/pprattis/milk-station-program

2d-arrays computer-science program visual-basic

Last synced: 8 days ago
JSON representation

This is a practice program is Visual Basic that simulates the calculation of the milk stations' progress of a week.

Awesome Lists containing this project

README

        

# A Visual Basic Program

**This is a practice program is Visual Basic that simulates the calculation of the milk stations' progress of a week.**

>#### Description of Exercise
>
>In a two-dimensional table C (5,6), the number of their customers for each working day of the previous week is recorded for five gas stations of a company.
>Write a program, which:
>* Reads and displays table data.
>
>* Calculates and displays:
>>* The total customers of all service stations for the whole week.
>>* The smallest number of customers per week.
>>* For the 3rd gas station, the number of customers is less than 60.
>>* For each day the average number of customers and stores it in a one-dimensional table. It then calculates the largest average number of customers.
>