Computer Science, asked by bushanjk3523, 1 month ago

Write syntax to read two float values as input

Answers

Answered by Anonymous
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