Practice 2

Opened: Friday, 9 October 2020, 12:00 AM
Due: Friday, 16 October 2020, 12:00 AM

Calculate the quotient of two numbers

Description

         Calculate the quotient of two numbers a/b

Input

         Enter the two numbers a and b, separate the two numbers with a space, and calculate the quotient of the two numbers

Output

           Output the quotient of two numbers with two decimal places

Example

          Input       3 5       Output    0.60

       Input       6.0  2   Output    3.00