Question: Compute: answer = i 4 j 3 2 Click here for example Ex: If the input is: 2 1 then the output is: 4 .

Compute: answer =i4j32
Click here for example Ex: If the input is:
2
1
then the output is:
4.00
import math
i= float(input())
j= float(input())
5
6['" Your code goes here '"'
7
8 print(f'{answer:.{:2f}' # Outputs answer with 2 decimal places.
 Compute: answer =i4j32 Click here for example Ex: If the input

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!