using System;
public class Program
{
public static void Main()
//Write a query on the List<InterviewQuestions> object to retrieve the answers to the Question Kyle asked: "What is the difference between Value and Ref types?"
List<InterviewQuestions>
public class InterviewQuestions
public string Interviewer;
public dictionary<string,List<string>> as Questions;
}