Skip to content

super-era/movie-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Movie picker

Purpose

This C# project is part of Lesson 4 (CLG C# course), and aims to use user input, if, else if and else to build a simple movie picker.

How to run this project

This project was created using Visual Studio Code with the C# OmniSharp extension. Download the .zip file from github and extract to a suitable folder. Open Program.cs in Visual Studio Code. Use the commands

dotnet build

dotnet run

to initialise the project, and follow the prompts to use the movie picker.

Concepts this project uses

  • Console.WriteLine()
  • Console.ReadLine()
  • if
  • else if
  • else

Change log

4/03/2021 - first draft uploaded to github.

About

Movie picker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages