From 6751929290207b54723c798867443ef38c9318b6 Mon Sep 17 00:00:00 2001 From: Phillip Pavlich Date: Mon, 11 Nov 2019 19:35:29 -0500 Subject: [PATCH] Update Example_v0.java --- Example_v0.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Example_v0.java b/Example_v0.java index c696b4b..5a983db 100644 --- a/Example_v0.java +++ b/Example_v0.java @@ -1,6 +1,7 @@ public class A { private static int X; private static int Y = 5; + private static int B = 0; public A(){ A.X = 5; @@ -13,4 +14,4 @@ public int fcn(){ public int test(){ return A.X * A.Y; } -} \ No newline at end of file +}