import java.util.Arrays;
import java.util.Scanner;
public class MidtermActivity {
static int i;
static int bagstock=10;
static int shoestock = 20;
static int shirtstock=10;
static int jeanstock=10;
static int glovestock=5;
static double total = 0, subtotal = 0;
public static void...
pwede po pa check saan ako may mali po hindi kasi nababwasan yong stock please help po
static int shirtstock=10;
static int jeanstock=10;
static int glovestock=5;
static double total = 0, subtotal = 0;
public static void main(String[] args) {
Scanner console = new Scanner(System.in)...
my error po hindi ko ma ayos.x pa help po /\
pwede po patulong sa error hindi ko po maayos
import java.util.Scanner;
public class Shop {
static Stock store[] = {
new Stock(new String[]{"bags","bag"}, 25.45, 10),
new Stock(new String[]{"shoe","shoes"}, 67.64, 20)...
import java.util.Scanner;
public class Shop {
static Stock store[] = {
new Stock(new String[]{"bags","bag"}, 25.45, 10),
new Stock(new String[]{"shoe","shoes"}, 67.64, 20),
new Stock(new String[]{"shirt","shirts"}, 43.23, 10),
new Stock(new...