0
Java problem
the .txt file contains city name and pin code new York,223 new jersey,221 when the user enters the city name i need to return the respective integer. how do i go about this??? can someone drop a code.
2 Answers
the .txt file contains city name and pin code new York,223 new jersey,221 when the user enters the city name i need to return the respective integer. how do i go about this??? can someone drop a code.