WAP to accept a value from user and print values are same if it is equal to 25
Answers
Answered by
0
Answer:
i dont really know the answer but ot must be up to mark
Answered by
0
Answer:
its a python program
Explanation:
#program to accept a value and check for the given condition
n=int(input("enter a value"))
if n==25:
print("values are same")
else:
print("values are not same")
#HOPE IT HELPS YOU
PLEASE MARK BRAINLIEST
Similar questions