User: rororoxor

  • Public profile

User profile: rororoxor

User info
User name:rororoxor
History
Joined:
Number of posts:10
Latest posts:

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 if
bool isGregorianDate(int month, int day, int year) { if (year > 1752) { if (((((month - 1) % 2 ...

Calculation function
Yessss it works! I put the numberOfBatches after the cin and now its using the input for people in...

Calculation function
I 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