PLEASE USE C#

using System;
using System.Threading;
namespace ConsoleApplication1
{
// Simple Threading Examples – 4
// Using Threads to find of the sum of numbers 0-100
class Program
{
public static int[] anarray = { 2, 3, 12, 15, 0, 4, 7, 9, 2, 7};
public static int sum = 0;
static void myThreadMethod(object myarray)
{
// a[0] will be the threadid and a[1] will be the size of thenumbers added
int[] a = new int[2];
a = (int[])myarray;
int threadid = a[0];
int size = a[1];
for (int i =
PayPal Gateway not configured
PayPal Gateway not configured