Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pprattis/milk-station-program
- Owner: pprattis
- License: mit
- Created: 2020-09-23T09:26:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T09:30:31.000Z (over 4 years ago)
- Last Synced: 2025-01-26T02:27:52.224Z (17 days ago)
- Topics: 2d-arrays, computer-science, program, visual-basic
- Language: Visual Basic .NET
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
>