Print "We are robots!"

Report a typo

You are given a program that should print "We are robots!" but as it is, it won’t compile.

Fix the program to make it compile.

Write a program in Java 17
class Main {

public static main(String[] args) {
System.out.println("We are robots!");
}
}
___

Create a free account to access the full topic