Open blu-rayy opened 4 months ago
string videoID_result, movie_info; while (getline(getVideo_ID, movie_info)) { if (movie_info.find(movie_id + ",") == 0) { videoID_result = movie_info; break; } }
I think around this part lagyan ng is a pang condition
To implement later:
Logic for rejecting video rentals when there are no more copies available ( less than 0)