In this program we have declare two variables a And b with dataType int also we have store 50 and 10 values to this variable respectively. we have to perform arithmatic operations ( Addition, Substraction, Multiplication, Division ) on these variable and show the arithmatic operation result on the screen
0 Comments