I need help with my c++ university assignment the assignment want us to write a code that calculate the number of minutes in a year can u help me please?
as with any program, there are lots of ways to do it. You can also just subtract a couple of dates and ask the computer for the answer, which is the c++ approach (let the built in tools do it for you).