- 注册
- 2002-10-07
- 消息
- 402,176
- 荣誉分数
- 76
- 声望点数
- 0
<HTML>Somebody asked me something about US driver's license, sorry for late response.
G1, get it after knowledge test and eye test, can only drive accompanied by a person licensed for more than 4 years
G2, can drive freely, can't drink, need take a g2 exit test within 5 years or lost G2 license
G, full license, can drink a little
G1 test, also known for G1 exit test, to get G2
G2 test, to get G
It's a little complicated, hopefully you know a little about programming language...
if have_us_driver_license or have_japanese_driver_license
if you_have_been_licensed_for_more_than_2_years
you_get_full_G_license_rightaway_without_road_test
else
if you_do_not_want_to_wait
you_get_G2_license_rightaway
take_g2_test_later_to_get_G_license
else
drive_for_60_days_with_us_or_jap_license
repeat
do_not_drive_and_wait
until license_get_2_years
get_full_G_license_without_road_test
else if have_driver_license_of_other_countries
book_g1_test_without_waiting
else // no driver's license at all
if take_driving_course
book_g1_test_after_8_month_wait
else
book_g1_test_after_1_year_wait
</HTML>
G1, get it after knowledge test and eye test, can only drive accompanied by a person licensed for more than 4 years
G2, can drive freely, can't drink, need take a g2 exit test within 5 years or lost G2 license
G, full license, can drink a little
G1 test, also known for G1 exit test, to get G2
G2 test, to get G
It's a little complicated, hopefully you know a little about programming language...
if have_us_driver_license or have_japanese_driver_license
if you_have_been_licensed_for_more_than_2_years
you_get_full_G_license_rightaway_without_road_test
else
if you_do_not_want_to_wait
you_get_G2_license_rightaway
take_g2_test_later_to_get_G_license
else
drive_for_60_days_with_us_or_jap_license
repeat
do_not_drive_and_wait
until license_get_2_years
get_full_G_license_without_road_test
else if have_driver_license_of_other_countries
book_g1_test_without_waiting
else // no driver's license at all
if take_driving_course
book_g1_test_after_8_month_wait
else
book_g1_test_after_1_year_wait
</HTML>