From 4e2eb586b2bb6074e1bd6d7515d81def747be17b Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Wed, 27 Sep 2023 20:10:20 -0400 Subject: [PATCH] change bullet points to 1,2,3 --- hws/04_ride_sharing/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hws/04_ride_sharing/README.md b/hws/04_ride_sharing/README.md index 644ca83..f3859c9 100644 --- a/hws/04_ride_sharing/README.md +++ b/hws/04_ride_sharing/README.md @@ -149,6 +149,7 @@ Here When this command is run, and 1. If a driver is found, your program should + 1.1 print the following information into the output0.txt file: ```console Ride requested for user Rebecca, looking for an Economy vehicle. @@ -157,7 +158,9 @@ We have found the closest driver Elena(4.7) for you. Elena is now 12.8 miles away from you. ``` Replace *Rebecca* with the user's first name, replace *Economy* with the user's preferred vehicle type, replace *Williamsburg* with the user's pickup location, and replace *Statue_of_Liberty* with the user's drop off location. Replace *Elena* with the driver's first name, replace *4.7* with the driver's rating. Replace *12.8* with the driver's distance from the user. + 1.2 print an updated version of drivers.txt into output1.txt. + 1.3 print an updated version of users.txt into output2.txt. - If a driver can not be found, your program should print the following message into the output0.txt file: ```console