Q.1 Write a program to find addition of two numbers?
Q.2 Write the program to convert Rupees into paisa?
Python Class 9
Answers
Answered by
1
Answer:
Add
Explanation:
int a,b;
a=2;
b=3;
print( a+b)
Similar questions