Write syntax to read two float values as input
Answers
Answered by
2
Answer:
hello,
Explanation:
using python the syntax will be:
a=float(input("enter the value"))
b=float(input("enter the value"))
hope it helps you
please mark brainliest
@ItzSnowySecret07
Similar questions