Recent content by PanganibanWarren

  1. P

    🔒 Closed Ordering system basics

    /** * @(#)ordering_system.java * * ordering_system application * * @author * VERSION 1.00 2018/10/27 */ import java.io.*; public class ordering_system { public static void main(String[] args)throws IOException { BufferedReader r=new BufferedReader (new...
Back
Top