Given an integer n holding some random value, your task is to assign value 10 to the given integer.
Input
User task:
Since this is a functional problem you don't have to worry about the input. You just have to complete the function Assignment_Operator(), which takes no parameter.
Constraints:
1 <= n <= 100
Output
You don't need to print anything you just need to assign value 10 to the integer n.