C# Code for finding version:
using System;
class Version
{
public static void Main()
{
Console.WriteLine();
Console.WriteLine(".Net Framework Version {0}",Environment.Version.ToString());
}
}
We’re working with Vaulted to remove carbon and quantify superpollutants.
-
Today, we’re announcing a partnership with Vaulted Deep that targets two
outcomes for the atmosphere: permanently removing CO2 and eliminating
methane emis...
4 hours ago
1 comment:
You should know that the Framework version is not equal to the CLR version. Regarding this fact your corresponding C# code isn't correct.
Post a Comment