In this problem Editorial, there are things which were not in the tutorial.
like- public static void take input ()
scanner scn=new scanner (system.in)
int n=scn.next Int();
system.out.println(n)
Can you please explain this four things… And give me the in other way … that is as given tutorial videos.