public float[] sort(float[] a) {
public static void Main()
Console.WriteLine("enter 10 numbers");
float[] x = new float [10];
testStr = Console.ReadLine();
if(float.TryParse(testStr, out test))
x[i] = float.Parse(testStr);
Console.WriteLine("That Wasn't a Number");
Program n = new Program();
Console.WriteLine("Your Numbers Were...");
for(int i = 0; i < 10; i++)
Console.Write(x[i]+", ");