Answer to Question #203580 in Electrical Engineering for sarah

Question #203580

write python code multiply the two input values and then print the result of the multiplication.

1
Expert's answer
2021-06-07T05:47:17-0400
  1. j = input("Input dollars") 
  2.  
  3. j = int(j) # Super important. You could've also done : j = int(input("Input dollars")) 
  4.  
  5. b = 5 
  6.  
  7. print(j * b) 

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS