Hello. I have just a little knowledge about programming, and I would like to make my simple first project in Java using Netbeans.
I would like a program to first randomly pick one out of lets say 20 names and then to generate numbers from 1-7 in ten cells as lets say attributes of that name. Also i would like to add probability to the program in a way that there is a 50% chance that the program will generate numbers randomly from 1-7 and 50% chance that it will generate numbers from lets say 2-8.
I am …