using System.Collections.Generic;
namespace consoleApplication10
static void Main(string[] args)
string characterName= "Bitsay";
Console.WriteLine("There is one student in my class and his nameis" + characterName);
Console.WriteLine("I am "+characterName + "years old");
Console.WriteLine("I like to play volleyball");
Console.WriteLine("But did't like being" + characterAge);