Operating system : Linux (Ubuntu 14.04 LTS) Installed version : cSharp – Mono GIT compiler version 3.2.8
compile .cs code in terminal using "gmcs assign1.cs"
while .cs file is compiled and it will create an executable file with extension '.exe'
running the executable file in terminal using the command: mono assign1.exe
*** Also check the pdf file for elaborative explaination ***
*** a1.pdf contains the question, assign1.pdf contains the answer ***