WRITE CODE IN C LANGUANGE On their way down the river, Jojo and Lili saw two frogs each in position X1 and X2. The two frogs are seen jumping happily towards the same direction that is come to Jojo. After watching the two frogs, Joio and Lili saw that the speed the two frogs are different. The first frog to start jumping from position X1 has a speed of v1, while the second frog that starts to jump from position X2 has a speed of V2. Joig guess that "YES" both frogs will be in the same position in a certain time T, while Bibi guessing "NO" the two frogs will never be in the same position in time. Help Joio and Lili calculate the frog's movements to determine whether the guess they are right
WRITE CODE IN C LANGUANGE On their way down the river, Jojo and Lili saw two frogs each in position X1 and X2. The two frogs are seen jumping happily towards the same direction that is come to Jojo. After watching the two frogs, Joio and Lili saw that the speed the two frogs are different. The first frog to start jumping from position X1 has a speed of v1, while the second frog that starts to jump from position X2 has a speed of V2. Joig guess that "YES" both frogs will be in the same position in a certain time T, while Bibi guessing "NO" the two frogs will never be in the same position in time. Help Joio and Lili calculate the frog's movements to determine whether the guess they are right
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
WRITE CODE IN C LANGUANGE
On their way down the river, Jojo and Lili saw two frogs each in position X1 and X2. The two frogs are seen jumping happily towards the same direction that is come to Jojo. After watching the two frogs, Joio and Lili saw that the speed the two frogs are different. The first frog to start jumping from position X1 has a speed of v1, while the second frog that starts to jump from position X2 has a speed of V2. Joig guess that "YES" both frogs will be in the same position in a certain time T, while Bibi guessing "NO" the two frogs will never be in the same position in time. Help Joio and Lili calculate the frog's movements to determine whether the guess they are right

Transcribed Image Text:WRITE CODE IN C LANGUANGE
On their way down the river, Jojo and Lili saw two frogs each in position X1 and X2. The two frogs are seen jumping
happily towards the same direction that is come to Jojo. After watching the two frogs, Jojo and Lili saw that the speed the
two frogs are different. The first frog to start jumping from position X1 has a speed of V1, while the second frog that starts
to jump from position X2 has a speed of V2. Jojo guess that "YES" both frogs will be in the same position in a certain time T,
while Bibi guessing "NO" the two frogs will never be in the same position in time. Help Jojo and Lili calculate the frog's
movements to determine whether the guess they are right.
Input Format
• The first line of input consists of a series of integers namely X1, V1, X2, V2, T.
X1 and V1 are the initial position and jump speed per second of the first frog.
X2 and V2 are the starting position and jump speed per second of the second frog.
Tis the second when the frog jumps.
Output Format
• A string "YES" or "NO"
Constraints
1sTs 104
Os X1,X2 s 10+
1sV1, V2 s 104
Sample Input
0 3 4 2 10
Sample Output
YES
Sample Input
0 3 4 2 3
Sample Output
NO
In the sample above, let's say that frogs A and B start jumping together.
Frog A starts jumping from position 0 at a speed of 3 per second.
Then frog A's position per second: 3, 6, 9, 12, 15. etc.
Frog B starts jumping from position 4 at a rate of 2 per second.
Then frog B's position per second: 6, 8, 10, 12, 14. etc.
Within 3 seconds, the two frogs will NOT be in the same position. The two frogs can be
in the same position in the fourth second, namely in position 12. So within 10 seconds the output is YES whereas
within 3 seconds the output is NO.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps with 2 images

Recommended textbooks for you

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY