How to import java packages?
1042

Hello, I am new to leet code and only a beginner programmer. I would like to know how one can import java packages when working on the problems provided no the site. For example, I am trying to import java.util.* for an easy problem but am getting an error message. I'm sure I'm doing something wrong so if someone could outline the steps to import that would be much appreciated. Thanks.

Comments (1)