Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
public class Test
{
public List<int> numbers = new List<int>(new int[] { 1, 2, 3, 4 } );
private int modulo = 2;
private void IsEven(int n)
{
Console.WriteLine("{0} mod {1} is {2}", n, this.module, n % this.modulo);
}
public void PrintModuloToConsole()
{
this.numbers.ForEach(IsEven);
}
}