using System;class Program{ static void Main(string[] args) { double million = 1E06; Console.WriteLine(million); }}The output:1000000