Generation

generate functionThu, 04 May 2023

Hacer un programa donde se ingrese la fecha actual y se compruebe si corresponde al dia de tu cumpleaños. Mostrar un mensaje de felicitaciones en tal caso

int day, month; std::cout << "Enter your bithday day: "; std::cin >> day; std::cout << "Enter your bithday month: "; std::cin >> month;

Want to kickstart your project?Use the new AI Studio to create your code