a write the code for the following programs using Script Mode:
Write a program to find the product of two numbers x and y, where 150 and y=200.
Answers
Answered by
4
Answer:
This is in Python
Explanation:
x=150
y=200
prdt=x*y
print("The product is",prdt)
Answered by
2
Answer:
here is ur answer
Explanation:
x=150
y=200
z=x*y
print("product=",z)
Similar questions
Social Sciences,
3 months ago
Science,
3 months ago
Psychology,
3 months ago
English,
7 months ago
Chemistry,
11 months ago
English,
11 months ago
Physics,
11 months ago