Untitled
unknown
plain_text
6 months ago
149 B
5
Indexable
class TestClass { private int c = 0; public void set(int value) { c = value; } public int get() { return c; } }
Editor is loading...
Leave a Comment
class TestClass { private int c = 0; public void set(int value) { c = value; } public int get() { return c; } }