posted 21 years ago
I have an assignment where the computer should simulate the roll of 3 dice 60000 times,sum the values determine the frequency of the numbers and the percentages.
Problem: when try to compile I get an error message that says modifyArray(int) in lab5 cannot be applied to modifyArray();
Please help,I do not understand the message.
Thank you for your help
Nancy
Here is my code