Challenge: Maintain Total Points
Explore how to implement the addPoints function in D to update football team points based on game results. Learn to apply contract programming concepts including in, out, do blocks, and unit testing to enforce correctness and reliability in your code.
We'll cover the following...
We'll cover the following...
Problem statement
Write a ...