I am doing a program in which there are 8 planes seats the user gets to choose whgich seat they want.
I created the GUI buttons and what not (fairly easy), but I wanted to make an array....I'm rambling here, because I can't do this program the way I want.
okay here it is
String Nums []={"1","2","3"};
there is my array, so lets say the user selects seat 2 which would be Nums[1], how would I restrict seat 2 from being selected again, and if all the seats are selected, how would I tell the user all the seats are full.