性别等于女?
int ageboty = 21;
int agegirl = 20;
if(ageboy == 22 && agegirl == 20){
Console.WriteLine("達到法定婚齡啦")
}
else{
Console.WrteLine("沒有達到!")
如果是女的走else的判断
对,如果性别为 女 的意思