Math, asked by ramsmedicine, 1 month ago

Write a python program to display the
a) Product of 55 and 63.
b) Sum of 45 + 200
c) Remainder when you divide 215 by 3.
d) Output when you subtract 21 from 50.
Hint: To get the sum write the print statement as print(112 +79)

pls answer guys

Answers

Answered by sushmitha9795
0

Answer:

1. Product of 55 and 63

55×63 = 3465

2. Sum of 45 and 200

45+200 = 245

3. Remainder = 2

4. Output = 29

Similar questions