Write a program that reads an integer value n from the standard input and outputs the result of the following arithmetic expression:
((n + 1) * n + 2) * n + 3Write a program that reads an integer value n from the standard input and outputs the result of the following arithmetic expression:
((n + 1) * n + 2) * n + 3Sample Input 1:
3Sample Output 1:
45Create a free account to access the full topic