Recent content by ZattyZ

  1. Z

    🔒 Closed Please help me about this i don't know how to do this

    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...
  2. Z

    🔒 Closed Please help me about this i don't know how to do this

    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)...
  3. Z

    🔒 Closed Please help me about this i don't know how to do this

    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)...
  4. Z

    🔒 Closed Please help me about this i don't know how to do this

    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...
  5. Z

    🔒 Closed Please help me about this i don't know how to do this

    can you help me po literal po kasi na hindi ko alam paano umpisahan.
  6. Z

    🔒 Closed Please help me about this i don't know how to do this

    please help me about this i don't know how to do this
Back
Top