string language = "Python";
    int numquotes = 2;
    string output = language + " has "+ numquotes + " language types.";