1. Write a program to add two integers by using class variable.
Answers
Answered by
6
Answer:
PROGRAM to add two integers .
In this program two integers 10 and 20
are stored in the integers variable first and
second respectively. Then,first and second are added
using the +operator and its results is stored in another variable sum.
Explanation:
HOPE IT HELPS YOU...........
Similar questions