It returns errors when I set up a for loop like I did below. It says error expected a declaration. Is there any reason for this? Is there any possible way I can set up a for loop in the way I have? Thanks.
I tried doing it the way you show in the above comment previously. It lets my input values for the first iteration of the loop but after that it just flys through the rest without allowing me to input anything for the next 7 books. Any suggestions?
When trying it the way you show Jikax. I am only aloud to input the first set of values one time so I can put in title,name, price and count only once. I should be allowed to enter those values 8 times.