Hello forums, so i need to create a linked list in which each node is assigned a random value consisting of 0,5,20,100,500,1000,5000,10000 or 25000. So my question is how can i accomplish this task? Thanks for your time, if i need to add more info just ask. Thanks again.
Like i said in the OP, i need to create a linked list in which each node is randomly filled with one of the 9 numbers. I need about 3 functions in my program and my first will be building the list. I was saying that your code was helpful in showing me how i can do random assignment.