Explanation:
Both station will retract their data. They will wait a random amount of time before sending out data again. This lessens the chance of collision again.
Probably the minimum number in the given set so 5.
Answer:
age=int(input("Enter age"))
if age>=18:
print("You are Young")
else
print("You are child")
Explanation:
if you have any query or any problem kindly ask in comment