Create a function that takes the number of wins, draws and losses and calculates the number of points a football team has obtained so far.
- wins get 3 points
- draws get 1 point
- losses get 0 points
by Tinatin Kvinikadze
2 years ago
PHP
Problem Solving
0
Pro tip: use ```triple backticks around text``` to write in code fences