I am new to learning java and have come across an error when trying to print two arguments with println(). I'm not sure I am using the correct terminology here so please correct me if not. The code I am trying to run is.
System.out.println("Hello","world");
It brings back the error "java: no suitable method found for println(java.lang.String,java.lang.String)"