This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Console.WriteLine("Welcome to the Movie Recommendation System!"); | |
Console.WriteLine("Type 'x' and press Enter to exit."); | |
Console.WriteLine("============================================"); | |
Console.WriteLine(); | |
while(true) | |
{ | |
Console.WriteLine("Tell me what sort of film you want to watch.."); | |
Console.WriteLine(); |