public static void Main(string[] args)
bool b1 = String.IsNullOrEmpty(s1);
bool b2 = String.IsNullOrEmpty(s2);
bool b4 = String.IsNullOrEmpty(s4);
bool b5 = String.IsNullOrEmpty(s5);
bool b6 = String.IsNullOrEmpty(s6);
bool b7 = String.IsNullOrEmpty(s7);
bool b8 = String.IsNullOrEmpty(s8);