Computer Science, asked by arpithachittakki29, 2 months ago



Write an algorithm to help the architect find
the area of the largest trusses.
Input
The first line of the input consists of two space-
separated positive integers - b1, h1,
representing the base and height of the first
trusses
The second line consists of two space-
separated positive integers - b2, h2,
representing the base and height of the second
trusses.
Output
Print a real number representing the area of
the largest trusses rounded up to 6 decimal
places.
Constraints
O s b1 h1, 62, 62 s 100

Example
Input
6.10
Output:
30.000000
- 10.000000((+*572)

Answers

Answered by Sasanksubudhi
13

Answer:

The input consists of two space-separated

integers - firstNumber and secondNumber,

representing the two numbers entered by the

user. Both numbers are considered in the

Similar questions