using System.Collections.Generic;
public static void Main()
string name = "Rina Dema";
Console.WriteLine($"My name is {name} and I'm graduating in {year}!");
void print_assignment(string num, string assignment_desc)
{ string result = $"A{num}: {assignment_desc}";
Console.WriteLine(result);
List<string> assignments = new List<string>{"Three IDES", "Student Data", "Dogs of NYC", "Tracery", "Bayersiasn Movies", "Matchmaking", "Webscraping", "Cats and Colors", "Three Languages", };