1object You = new You(DNA);
2
3if(You.IQ <= 90 || You.IQ == 250)
4{
5 Consol.Write("Dot not talk with me");
6}
7else
8{
9 if(You.Sex == Person.Sex.Male)
10 Consol.Write("talk");
11 else
12 Consol.Write("talk and talk");
13}
2
3if(You.IQ <= 90 || You.IQ == 250)
4{
5 Consol.Write("Dot not talk with me");
6}
7else
8{
9 if(You.Sex == Person.Sex.Male)
10 Consol.Write("talk");
11 else
12 Consol.Write("talk and talk");
13}