console.WriteLine("Enter a number. Enter -1 if you don't want to enter a value for that space:")
num(i) = console.readline()
console.writeline(num(i))
if num(i) < 0 and num(i) <> -1
if num(i) <> -1 and num(i) < min
if num(i) <> -1 and num(i) > max
console.writeline("The number of times a negative number was entered is : {0}" , negcount)
console.WriteLine("The sum of the numbers is: {0}" , total)
console.writeline("The mean of the values is: {0}", mean)
console.WriteLine("The minimum value was: {0}" , min )
console.WriteLine("The maximum value was: {0}" , max )
console.writeline("The amount of times 100 was entered is : {0}" , hcount)