Develop a function Lottery that simulate a lottery drawing using balls numbered from 1 to 10. Assume that three balls are drawn at random. Allow the user to enter the number of lottery drawings to simulate. Calculate and print the percentage of the time the result contain three even numbers in the simulation. (hint: argument type: int, return data type: void)
Whenever I run the program, my percentages all return as zero and I can't tell what I'm doing wrong