struct date { int day; int month; int year; }; int main (){ return 0; }
Can someone please explain how to write the logic for above question. I am new in C++, not able to understand how to use structure and its logic.
Aucun commentaire:
Enregistrer un commentaire