Python Program to write 100 Logic.
How does this program work?
- This code helps to how to write 100 logic.
Here is the code
b = int ( input ("Enter b value: "))
c = int ( input ("Enter c value: "))
d = int ( input ( "Enter d value: "))
e = int ( input ( "Enter e value: "))
f = a / b
g = f + c
h = g - d
i = h * e
print("Final Value : ",i)