A useful technique when writing code to implement several tests is to add comments to a skeleton of the code describing what each test is going to do. The comments should be added before the code to...