What is the output of the
program?
#include <iostream>
using namespace std;
int main()
{
enum days
{
mon, tues, wed, thurs, fri, sat, sun
};
for (int num = mon; num <= sun; num++)
cout << num++ + (days (num));
return 0;
}
Answers
Answered by
0
Answer:
it would be better if you search the code in Google I am sure that u will find your answer very quickly
Similar questions
Social Sciences,
3 months ago
Science,
3 months ago
English,
3 months ago
Chemistry,
7 months ago
Physics,
7 months ago