In Table of any number - we need to specify n=4 for correct answer , which should not be the case

Describe your bug

there should be either n=4 mentioned in quetion or you should update backend and give correct answer for any “n”

Screenshot

Additional info

It is for any n.

You need to take n as an input and output the table for that particular n. Hence the line “int n = read.nextInt();” in the solution.