Display Hello World Multiple Times

Display Hello World n times.
        
       Input:-4
       Input Description: take n as input and return that no of "Hello World" 
       Output: Hello World displayed 5 times
       Output Description:  Hello World displayed 5 times. 
       Constraints: 1 <= number <= 1000
       Explanation: 

Loading...