I have tried many different ways to get a user input(Integer) and put it into an array using scanner, but I always get errors, such as cannot convert int to int, does anyone know an effective way of doing this? Thanks!
Printable View
I have tried many different ways to get a user input(Integer) and put it into an array using scanner, but I always get errors, such as cannot convert int to int, does anyone know an effective way of doing this? Thanks!
The best way for us to help you fix your errors is for you to show us your code attempts and any errors that this attempt generates.