Hey, im trying to count the total days from year 2011 untill year 0 (considering leap years). Can someone help me out? It seems my variable "counter" remains inside the "while" scope, but i cant figure out how to pass it to the main scope so i can cout it.
ty for the replies. Once i change the < symbol, should the value of the counter inside the while scope pass to the main scope? Suppose the value of the counter variable inside the while loop ends up being 100, will the valué of the counter variable inside the main scope be also 100?