Math, asked by shaista1108, 5 months ago

A scientific research team is trying to study asteroids sizes in the space to assess the impact of collision on earth. It is not possible to measure exact
size of the asteroid. Hence, they provided the relation of one asteroid size with another one. Given the relative size comparisons in the form of
equation, your task is to come up with a program which generates an output with relationship with all the asteroids found. Arrange asteroids by the
size in descending order.
Develop a program to help the research team convert the input specification to standardized output specification. Your program is expected to read
the relations data as input and produce an output as per corresponding output specification as output.
Please note: Custom input option is not available for this question.
Sample Input# 1:
A,C,D,E
E=5 A
C=2 D
D=100 E
Output #1:
1C=2D=200E=1000A
what is the code in c++ or in java​

Answers

Answered by sufyaan313
0

Answer:

c=2d

any one tell this answer to this person

Similar questions