Extremely Basic OJ: URI Problem no: 1001

Extremely Basic

OJ: URI
Problem no: 1001

This is a very simple problem of adding just two integer number taken from the user and print the sum as follows:
a = 10; b = 20; sum = a + b = 10 + 20 = 30;

Sum variable 'X' is uppercase and you have to print a blank space before and after the '=' signal. 
Output should be like : "X = 30"

 (If you have any more question or confusion, just comment it below.)

author : Amirul Islam

Comments