directory
0.0.0-20211212162911-6c9bd3a40a2b
Repository: https://github.com/striversity/glft.git
Documentation: pkg.go.dev
# Packages
TODO 2 - Calculate discount and sales tax:
a) Initializes an array representing the total purchase of 20 shoppers.
TODO 1 - Stats on temperature values
1) declare an array of about a few hundred 'int'
2) assign a random integer between -20 and 120 to data[i]
- TIP: you can use input.GetRandInt(low, max) int
3) print sorted list of tempature data
4) print that max tempature
5) print the min tempature
6) print the average tempature
*/.