i have built a program ,that checks wheteher a date is valid or not.
now if i want to add date,month year (in same input) to a particular date,,how wud the logic work?
it should be like dis :
void add(int d, int m,int y)
now if i want to add date,month year (in same input) to a particular date,,how wud the logic work?
it should be like dis :
void add(int d, int m,int y)
Comment