Write a c++ program to display the below pattern withn rows, wheren is in the range between 1 and 100. The variablen should be entered by the user. If the user input is between 1 and 100 then output the pyramid as given below, otherwise prompt the user to entern again.
Here is the sample output:
Enter the number of rows: 6
1
2 3
3 4 5
4 5 6 7
5 6 7 8 9
6 7 8 9 10 11
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here