Computer Science, asked by student6095, 4 months ago

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 kuppamvishnu117
1

Answer:

Add

Explanation:

int a,b;

a=2;

b=3;

print( a+b)

Similar questions