Act 7 - Looping
Act 7 - Looping
Activity 7: Looping
Description: The arrival rate of students at the University of the Cordilleras’ main gate can be
estimated using the Poisson probability function:
Requirements Using the Poisson probability function, write a C++ program to accept the
average arrival rate of students per minute as input. Determine the probability of
1 to 20 students attempting to enter UC campus in one-minute period.
Test Case