How to write a program, that takes input (from STDIN) of a number N, then prints N lines containing "Hello". 0< Max number in Input <=100 Your output lines should not have any trailing or leading whitespaces

You’re not supposed to print the number (3), you’re supposed to output “Hello” 3 times.

And in the future, please don’t upload pictures of code. Just cut and paste code into the post. If you put three backticks on the line before the code and three after, it will format nicely.