I want to know if its possible to make objects in a loop depending on user input. For example say I want to ask the user if he wants to add another fruit and the user says yes can I code it in a way where it makes an object and assigns values to the object? and it will prompt the user again if he wants to add more fruit? Also I want to be able to go back and pull each individual object and possibly change its values.....is this possible? I'v been trying with vectors but I dont know how to call a specific object to view/edit.