using System;namespace MyApplication { class Program { static void Main(string[] args) { bool x = true; Console.Write(Convert.ToString(x)); } }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login