Home
All Problems
✕
Test Results
Testing your code..
close
Problem
Discussion
Increase an Integer by 10
Problem Statement
Take an integer value x from the user
Increase the variable x by 10
Print the value of variable x
Example 1
Input : 15
Output : 25
Example 2
Input : 30
Output : 40
Login is required
Click here to login
Test cases
Output