You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exercise 8-2 reads: "8-2. Implement a PrimeNumberRange class that can be used in a range exception to iterate over all prime numbers less than a given value ..."
Exercise 8-2 should read: "8-2. Implement a PrimeNumberRange class that can be used in a range expression to iterate over all prime numbers less than a given value ..."
The text was updated successfully, but these errors were encountered:
Exercise 8-2 reads: "8-2. Implement a
PrimeNumberRange
class that can be used in a range exception to iterate over all prime numbers less than a given value ..."Exercise 8-2 should read: "8-2. Implement a
PrimeNumberRange
class that can be used in a range expression to iterate over all prime numbers less than a given value ..."The text was updated successfully, but these errors were encountered: