Assume a class has 70 students and the exam period is 90 minutes in length. How many won’t have time to finish

2 answers

42
Came across this:

int main()
{
int answer {42};
std::cout << "The answer to life, the universe, and everything is "
<< answer
<< std::endl;
return 0:
}