Aktienhandel #4

Merged
Denys Konovalov merged 22 commits from ibartkowski/info-java:main into main 2024-10-18 18:21:55 +02:00
9 changed files with 1 additions and 2 deletions
Showing only changes of commit 5bc96cfa36 - Show all commits

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -3,7 +3,7 @@ import java.util.ArrayList;
public class StorageManager {
private ArrayList<Product> storageProducts;
public StorageManager() {
this.storageProducts = new ArrayList<Product>();
this.storageProducts = new ArrayList<Product>;
}
public void addProduct(Product product) {
this.storageProducts.add(product);

Binary file not shown.

@ -1,5 +1,4 @@
import java.util.Scanner;
import java.util.ArrayList;
public class TechStore {
public static void p(String input) {