JavaRush icon indicating copy to clipboard operation
JavaRush copied to clipboard

Java Game-like Course Coursework

Results 1 JavaRush issues
Sort by recently updated
recently updated
newest added

Hello! New validator in JavaRush doesn't accept method print() in class Canvas (javarush/test/level24/lesson14/big01). Now new working methot looks like this: public void print() { for (int i = 0; i...