Untitled
unknown
plain_text
9 months ago
149 B
6
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;
}
}