12
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
for (double d = 1.01D; d < 1.10; d+= 0.01D)
8
{
9
Console.WriteLine("Value of i: {0}", d);
10
}
11
}
12
}
Cached Result
Hello World
---------------
Test Uzmani
------------------
Test Uzmani
---------------
Test Uzmani
------------------
Test Uzmani