Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
276 B
0
Indexable
Never
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());
        }
        
    

    }