Skip to content

Instantly share code, notes, and snippets.

View adejaremola's full-sized avatar

AbdulQudus Adebogun adejaremola

  • Lagos
View GitHub Profile
import java.io.IOException;
import java.util.Scanner;
/**
* Cafe
*/
public class Cafe {
static String inventoryFilePath = "C:/Users/AbdulQudduus/Desktop/Projects/Tayo Codeplus/Java/CoffeeCafe/inventory.txt";
static int menuChoice;
static int transChoice;