how to check type csharp

Code Example - how to check type csharp

                
                        using System;

class MainClass {
  public static void Main (string[] args) {
    
  string akuma = "Messatsu";

  Console.WriteLine(num.GetType());
  Console.WriteLine(num);
  }
}
// string
// Messatsu