simplify the following expression (2x+7y)(x-3y)-(9x+4)(3x-2)
Answers
Answered by
0
Answer:
Python Program to Check if a Number is Odd or Even
num = int(input("Enter a number: "))
if (num % 2) == 0:
print("{0} is Even number". format(num))
else:
print("{0} is Odd number". format(num))
Answered by
0
Answer:
hope it will help you tooooo
Attachments:
Similar questions