Skip to content

Instantly share code, notes, and snippets.

import java.util.Scanner;
import java.util.Vector;
public class Week8 {
public static void main(String args[]) {
Scanner sc = new Scanner(System.in);
Vector kodeKue = new Vector();
Vector namaKue = new Vector();
Vector ukuran = new Vector();