I need an example of how to create pseudocode using arrays to accomplish the following tasks:
Read and store user information in an array
Store 10 random winning numbers in an array
Compare user lottery numbers with winning numbers
Print names of the winners
Thanks!