In example 2 of chapter 1. When I run the file I get
Result is very large. Only printing the last 5 digits: 35443
Sequential took: 0.05 seconds.
Result is very large. Only printing the last 5 digits: 45807
Concurrent took: 0.02 seconds.
but 35433 is not equal to 45807. The results should be equal to 35443. What is the issue here ?
In example 2 of chapter 1. When I run the file I get
but 35433 is not equal to 45807. The results should be equal to 35443. What is the issue here ?