Hi I have a program that has an integer parameter representing the total number of days from the date 1/1/2000 and reference parameters. It is supposed to calculate the current year, day,and month give the number of days passed to it. Does anyone know why it is not outputting correctly? I think it has something to do with the cout and cin inside the void yrCalc function.