Console.WriteLine("Hello World");
Console.WriteLine(this.SumBetweenNumber(30, 60).ToString());
public int SumBetweenNumber(int no1, int no2) {
int[] arr={10, 20, 30, 40, 50, 60, 70, 80, 90, 100};
if ((no1<0) || (no2<0)) {
for (int i=0;i<arr.Length;i++) {