how can i transfer the dayOfWeek variable to printDayOfBirth?[code] int determineDay(int month, int day, int year) { char slash_dummy; cout << "Enter your date...
Need help calling functions[code] int determineDay(int month, int day, int year) { char slash_dummy; cout << "Enter your date...
illegal else without matching ifbool isGregorianDate(int month, int day, int year) { if (year > 1752) { if (((((month - 1) % 2 ...
Calculation functionYessss it works! I put the numberOfBatches after the cin and now its using the input for people in...
Calculation functionI want to calculate the number of batches of cookies made after a user inputs the number of people. ...
This user does not accept Private Messages