Qu 1 : Write a razor markup to show output of sum of two variables as follows:
Int num1, num2, result;
Result=num1 + num2;
Show result in <h2></h2> tag.
Int num1, num2, result;
Result=num1 + num2;
Show result in <h2></h2> tag.