Untitled
Anonymous
plain_text
04/07/2023 11:15 PM
368 B
17
Indexable
public static void addToCart(){
cart = 0;
Scanner scanner = new Scanner(System.in);
double choice = 0;
for(int i = 0; 1 < 15; i++) {
System.out.println(i + "-" + books.get(i).getBookTitle());
}
}Editor is loading...