Generation

generate functionWed, 07 Dec 2022

going to another class

class Foo { private int x; private int y; public Foo(int x, int y) { this.x = x; this.y = y; } public int getX() { return this.x; } public int getY() { return this.y; } }

Want to kickstart your project?Use the new AI Studio to create your code