Image

Imagebananahz wrote in Imagecpp

Listens: none

C++ Program

This is a program I am doing for computer science major and I am very well knowledgable of the C++ language. However I don't understand the terminology given to me. If someone can put this in better terms of what I am supposed to do, It would help. It says as follows:

Write an Interactive program that inputs a series of 12 temperates from the user. It should write out on file "tempdata.dat" each temperature and the difference between the current temperature and the one preceding it. The difference is not output for the first temperature that is input. At the end of the program, the average temperature should be displayed for the user via cout.

What is in the bold has confused me. Thanks