心理测验:看看大家是不是受异性喜欢
1 static void Main1111(string[] args) 2 { 3 //心理测验:看看大家是不是受异性喜欢 4 Console.WriteLine("********************心理小测验:看看大家是否受异性喜欢*************"); 5 6 string A = "[♥]:很好!很容易便可以吸引异性。你的幽默感使得人们乐於与你相处,他(她)与你一起时非常快乐!"; 7 string B = "[♣]:恭喜!你对异性有很大的吸引力!在异性的眼中,你有一种魅力。你不只有美丽的外型,而且有幽默和大方的个性。你应该是一个很有气质的人而且深谙与人相处之道,你很懂得支配你的时间,所以你在异性之间很受欢迎。"; 8 string C = "[?]:哦呜!\n你并不吸引异性.你并没有十分渊博的知识,也没有什么特别的人格特质.对异性来说,你显得过于粗陋,所以你并不受异性的欢迎."; 9 string D = "[?]:尚可!你并不能特别吸引异性,但是你仍然有一些优点,使异性喜欢跟你在一起。你应该是一个很真诚的人,而且对事物有独特的眼光。在你的朋友眼中,你是一个很友善的人。 你的幽默感使得人们乐於与你相处,他(她)与你一起时非常快乐!"; 10 11 Console.WriteLine("1.你旅行时,最想去哪个地方?\nA.北京 B.东京 C.巴黎"); 12 string x1 = Console.ReadLine(); 13 if (x1 == "A" || x1 == "a") 14 { 15 Console.WriteLine("2.你是否曾在观看感人的电影时泣不成声?\nA.是 B.否"); 16 string x2 = Console.ReadLine(); 17 if (x2 == "A" || x2 == "a") 18 { 19 Console.WriteLine("4.你喜欢自己一个人去看电影吗?\nA.是 B.不"); 20 string x4 = Console.ReadLine(); 21 if (x4 == "A" || x4 == "a") 22 { 23 Console.WriteLine("5.当他(她)在第一次约会时就要求要吻你,你会……\n A.拒绝 B.轻吻他(她)的额头 C.接受并吻他(她)"); 24 string x5 = Console.ReadLine(); 25 if (x5 == "A" || x5 == "a") 26 { 27 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 28 string x6 = Console.ReadLine(); 29 if (x6 == "A" || x6 == "a") 30 { 31 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 32 string x7 = Console.ReadLine(); 33 if (x7 == "A" || x7 == "a") 34 { 35 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 36 string x9 = Console.ReadLine(); 37 if (x9 == "A" || x9 == "a") 38 { 39 Console.WriteLine(B); 40 } 41 if (x9 == "B" || x9 == "b") 42 { 43 Console.WriteLine(A); 44 } 45 } 46 if (x7 == "B" || x7 == "b") 47 { 48 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 49 string x10 = Console.ReadLine(); 50 if (x10 == "A" || x10 == "a") 51 { 52 Console.WriteLine(B); 53 } 54 if (x10 == "B" || x10 == "b") 55 { 56 Console.WriteLine(C); 57 } 58 } 59 } 60 if (x6 == "B" || x6 == "b") 61 { 62 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 63 string x8 = Console.ReadLine(); 64 if (x8 == "A" || x8 == "a") 65 { 66 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 67 string x9 = Console.ReadLine(); 68 if (x9 == "A" || x9 == "a") 69 { 70 Console.WriteLine(B); 71 } 72 if (x9 == "B" || x9 == "b") 73 { 74 Console.WriteLine(A); 75 } 76 } 77 if (x8 == "B" || x8 == "b") 78 { 79 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 80 string x10 = Console.ReadLine(); 81 if (x10 == "A" || x10 == "a") 82 { 83 Console.WriteLine(B); 84 } 85 if (x10 == "B" || x10 == "b") 86 { 87 Console.WriteLine(C); 88 } 89 } 90 if (x8 == "C" || x8 == "c") 91 { 92 Console.WriteLine(D); 93 } 94 } 95 } 96 if (x5 == "B" || x5 == "b") 97 { 98 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 99 string x7 = Console.ReadLine(); 100 if (x7 == "A" || x7 == "a") 101 { 102 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 103 string x9 = Console.ReadLine(); 104 if (x9 == "A" || x9 == "a") 105 { 106 Console.WriteLine(B); 107 } 108 if (x9 == "B" || x9 == "b") 109 { 110 Console.WriteLine(A); 111 } 112 } 113 if (x7 == "B" || x7 == "b") 114 { 115 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 116 string x10 = Console.ReadLine(); 117 if (x10 == "A" || x10 == "a") 118 { 119 Console.WriteLine(B); 120 } 121 if (x10 == "B" || x10 == "b") 122 { 123 Console.WriteLine(C); 124 } 125 } 126 } 127 if (x5 == "C" || x5 == "c") 128 { 129 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 130 string x8 = Console.ReadLine(); 131 if (x8 == "A" || x8 == "a") 132 { 133 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 134 string x9 = Console.ReadLine(); 135 if (x9 == "A" || x9 == "a") 136 { 137 Console.WriteLine(B); 138 } 139 if (x9 == "B" || x9 == "b") 140 { 141 Console.WriteLine(A); 142 } 143 } 144 if (x8 == "B" || x8 == "b") 145 { 146 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 147 string x10 = Console.ReadLine(); 148 if (x10 == "A" || x10 == "a") 149 { 150 Console.WriteLine(B); 151 } 152 if (x10 == "B" || x10 == "b") 153 { 154 Console.WriteLine(C); 155 } 156 } 157 if (x8 == "C" || x8 == "c") 158 { 159 Console.WriteLine(D); 160 } 161 } 162 } 163 164 if (x4 == "B" || x4 == "b") 165 { 166 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 167 string x6 = Console.ReadLine(); 168 if (x6 == "A" || x6 == "a") 169 { 170 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 171 string x7 = Console.ReadLine(); 172 if (x7 == "A" || x7 == "a") 173 { 174 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 175 string x9 = Console.ReadLine(); 176 if (x9 == "A" || x9 == "a") 177 { 178 Console.WriteLine(B); 179 } 180 if (x9 == "B" || x9 == "b") 181 { 182 Console.WriteLine(A); 183 } 184 } 185 if (x7 == "B" || x7 == "b") 186 { 187 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 188 string x10 = Console.ReadLine(); 189 if (x10 == "A" || x10 == "a") 190 { 191 Console.WriteLine(B); 192 } 193 if (x10 == "B" || x10 == "b") 194 { 195 Console.WriteLine(C); 196 } 197 } 198 } 199 if (x6 == "B" || x6 == "b") 200 { 201 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 202 string x8 = Console.ReadLine(); 203 if (x8 == "A" || x8 == "a") 204 { 205 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 206 string x9 = Console.ReadLine(); 207 if (x9 == "A" || x9 == "a") 208 { 209 Console.WriteLine(B); 210 } 211 if (x9 == "B" || x9 == "b") 212 { 213 Console.WriteLine(A); 214 } 215 } 216 if (x8 == "B" || x8 == "b") 217 { 218 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 219 string x10 = Console.ReadLine(); 220 if (x10 == "A" || x10 == "a") 221 { 222 Console.WriteLine(B); 223 } 224 if (x10 == "B" || x10 == "b") 225 { 226 Console.WriteLine(C); 227 } 228 } 229 if (x8 == "C" || x8 == "c") 230 { 231 Console.WriteLine(D); 232 } 233 } 234 235 236 } 237 } 238 if (x2 == "B" || x2 == "b") 239 { 240 Console.WriteLine("3.如果你的男(女)朋友约会时迟到一个小时还未出现,会…… \nA.再等30分钟 B.立刻离开 C.一直等待他(她)的出现"); 241 string x3 = Console.ReadLine(); 242 if (x3 == "A" || x3 == "a") 243 { 244 Console.WriteLine("4.你喜欢自己一个人去看电影吗?\nA.是 B.不"); 245 string x4 = Console.ReadLine(); 246 if (x4 == "A" || x4 == "a") 247 { 248 Console.WriteLine("5.当他(她)在第一次约会时就要求要吻你,你会……\n A.拒绝 B.轻吻他(她)的额头 C.接受并吻他(她)"); 249 string x5 = Console.ReadLine(); 250 if (x5 == "A" || x5 == "a") 251 { 252 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 253 string x6 = Console.ReadLine(); 254 if (x6 == "A" || x6 == "a") 255 { 256 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 257 string x7 = Console.ReadLine(); 258 if (x7 == "A" || x7 == "a") 259 { 260 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 261 string x9 = Console.ReadLine(); 262 if (x9 == "A" || x9 == "a") 263 { 264 Console.WriteLine(B); 265 } 266 if (x9 == "B" || x9 == "b") 267 { 268 Console.WriteLine(A); 269 } 270 } 271 if (x7 == "B" || x7 == "b") 272 { 273 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 274 string x10 = Console.ReadLine(); 275 if (x10 == "A" || x10 == "a") 276 { 277 Console.WriteLine(B); 278 } 279 if (x10 == "B" || x10 == "b") 280 { 281 Console.WriteLine(C); 282 } 283 } 284 } 285 if (x6 == "B" || x6 == "b") 286 { 287 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 288 string x8 = Console.ReadLine(); 289 if (x8 == "A" || x8 == "a") 290 { 291 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 292 string x9 = Console.ReadLine(); 293 if (x9 == "A" || x9 == "a") 294 { 295 Console.WriteLine(B); 296 } 297 if (x9 == "B" || x9 == "b") 298 { 299 Console.WriteLine(A); 300 } 301 } 302 if (x8 == "B" || x8 == "b") 303 { 304 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 305 string x10 = Console.ReadLine(); 306 if (x10 == "A" || x10 == "a") 307 { 308 Console.WriteLine(B); 309 } 310 if (x10 == "B" || x10 == "b") 311 { 312 Console.WriteLine(C); 313 } 314 } 315 if (x8 == "C" || x8 == "c") 316 { 317 Console.WriteLine(D); 318 } 319 } 320 } 321 if (x5 == "B" || x5 == "b") 322 { 323 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 324 string x7 = Console.ReadLine(); 325 if (x7 == "A" || x7 == "a") 326 { 327 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 328 string x9 = Console.ReadLine(); 329 if (x9 == "A" || x9 == "a") 330 { 331 Console.WriteLine(B); 332 } 333 if (x9 == "B" || x9 == "b") 334 { 335 Console.WriteLine(A); 336 } 337 } 338 if (x7 == "B" || x7 == "b") 339 { 340 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 341 string x10 = Console.ReadLine(); 342 if (x10 == "A" || x10 == "a") 343 { 344 Console.WriteLine(B); 345 } 346 if (x10 == "B" || x10 == "b") 347 { 348 Console.WriteLine(C); 349 } 350 } 351 } 352 if (x5 == "C" || x5 == "c") 353 { 354 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 355 string x8 = Console.ReadLine(); 356 if (x8 == "A" || x8 == "a") 357 { 358 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 359 string x9 = Console.ReadLine(); 360 if (x9 == "A" || x9 == "a") 361 { 362 Console.WriteLine(B); 363 } 364 if (x9 == "B" || x9 == "b") 365 { 366 Console.WriteLine(A); 367 } 368 } 369 if (x8 == "B" || x8 == "b") 370 { 371 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 372 string x10 = Console.ReadLine(); 373 if (x10 == "A" || x10 == "a") 374 { 375 Console.WriteLine(B); 376 } 377 if (x10 == "B" || x10 == "b") 378 { 379 Console.WriteLine(C); 380 } 381 } 382 if (x8 == "C" || x8 == "c") 383 { 384 Console.WriteLine(D); 385 } 386 } 387 } 388 389 if (x4 == "B" || x4 == "b") 390 { 391 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 392 string x6 = Console.ReadLine(); 393 if (x6 == "A" || x6 == "a") 394 { 395 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 396 string x7 = Console.ReadLine(); 397 if (x7 == "A" || x7 == "a") 398 { 399 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 400 string x9 = Console.ReadLine(); 401 if (x9 == "A" || x9 == "a") 402 { 403 Console.WriteLine(B); 404 } 405 if (x9 == "B" || x9 == "b") 406 { 407 Console.WriteLine(A); 408 } 409 } 410 if (x7 == "B" || x7 == "b") 411 { 412 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 413 string x10 = Console.ReadLine(); 414 if (x10 == "A" || x10 == "a") 415 { 416 Console.WriteLine(B); 417 } 418 if (x10 == "B" || x10 == "b") 419 { 420 Console.WriteLine(C); 421 } 422 } 423 } 424 if (x6 == "B" || x6 == "b") 425 { 426 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 427 string x8 = Console.ReadLine(); 428 if (x8 == "A" || x8 == "a") 429 { 430 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 431 string x9 = Console.ReadLine(); 432 if (x9 == "A" || x9 == "a") 433 { 434 Console.WriteLine(B); 435 } 436 if (x9 == "B" || x9 == "b") 437 { 438 Console.WriteLine(A); 439 } 440 } 441 if (x8 == "B" || x8 == "b") 442 { 443 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 444 string x10 = Console.ReadLine(); 445 if (x10 == "A" || x10 == "a") 446 { 447 Console.WriteLine(B); 448 } 449 if (x10 == "B" || x10 == "b") 450 { 451 Console.WriteLine(C); 452 } 453 } 454 if (x8 == "C" || x8 == "c") 455 { 456 Console.WriteLine(D); 457 } 458 } 459 460 461 } 462 } 463 if (x3 == "B" || x3 == "b") 464 { 465 Console.WriteLine("5.当他(她)在第一次约会时就要求要吻你,你会……\n A.拒绝 B.轻吻他(她)的额头 C.接受并吻他(她)"); 466 string x5 = Console.ReadLine(); 467 if (x5 == "A" || x5 == "a") 468 { 469 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 470 string x6 = Console.ReadLine(); 471 if (x6 == "A" || x6 == "a") 472 { 473 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 474 string x7 = Console.ReadLine(); 475 if (x7 == "A" || x7 == "a") 476 { 477 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 478 string x9 = Console.ReadLine(); 479 if (x9 == "A" || x9 == "a") 480 { 481 Console.WriteLine(B); 482 } 483 if (x9 == "B" || x9 == "b") 484 { 485 Console.WriteLine(A); 486 } 487 } 488 if (x7 == "B" || x7 == "b") 489 { 490 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 491 string x10 = Console.ReadLine(); 492 if (x10 == "A" || x10 == "a") 493 { 494 Console.WriteLine(B); 495 } 496 if (x10 == "B" || x10 == "b") 497 { 498 Console.WriteLine(C); 499 } 500 } 501 } 502 if (x6 == "B" || x6 == "b") 503 { 504 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 505 string x8 = Console.ReadLine(); 506 if (x8 == "A" || x8 == "a") 507 { 508 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 509 string x9 = Console.ReadLine(); 510 if (x9 == "A" || x9 == "a") 511 { 512 Console.WriteLine(B); 513 } 514 if (x9 == "B" || x9 == "b") 515 { 516 Console.WriteLine(A); 517 } 518 } 519 if (x8 == "B" || x8 == "b") 520 { 521 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 522 string x10 = Console.ReadLine(); 523 if (x10 == "A" || x10 == "a") 524 { 525 Console.WriteLine(B); 526 } 527 if (x10 == "B" || x10 == "b") 528 { 529 Console.WriteLine(C); 530 } 531 } 532 if (x8 == "C" || x8 == "c") 533 { 534 Console.WriteLine(D); 535 } 536 } 537 } 538 if (x5 == "B" || x5 == "b") 539 { 540 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 541 string x7 = Console.ReadLine(); 542 if (x7 == "A" || x7 == "a") 543 { 544 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 545 string x9 = Console.ReadLine(); 546 if (x9 == "A" || x9 == "a") 547 { 548 Console.WriteLine(B); 549 } 550 if (x9 == "B" || x9 == "b") 551 { 552 Console.WriteLine(A); 553 } 554 } 555 if (x7 == "B" || x7 == "b") 556 { 557 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 558 string x10 = Console.ReadLine(); 559 if (x10 == "A" || x10 == "a") 560 { 561 Console.WriteLine(B); 562 } 563 if (x10 == "B" || x10 == "b") 564 { 565 Console.WriteLine(C); 566 } 567 } 568 } 569 if (x5 == "C" || x5 == "c") 570 { 571 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 572 string x8 = Console.ReadLine(); 573 if (x8 == "A" || x8 == "a") 574 { 575 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 576 string x9 = Console.ReadLine(); 577 if (x9 == "A" || x9 == "a") 578 { 579 Console.WriteLine(B); 580 } 581 if (x9 == "B" || x9 == "b") 582 { 583 Console.WriteLine(A); 584 } 585 } 586 if (x8 == "B" || x8 == "b") 587 { 588 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 589 string x10 = Console.ReadLine(); 590 if (x10 == "A" || x10 == "a") 591 { 592 Console.WriteLine(B); 593 } 594 if (x10 == "B" || x10 == "b") 595 { 596 Console.WriteLine(C); 597 } 598 } 599 if (x8 == "C" || x8 == "c") 600 { 601 Console.WriteLine(D); 602 } 603 } 604 } 605 if (x3 == "C" || x3 == "c") 606 { 607 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 608 string x6 = Console.ReadLine(); 609 if (x6 == "A" || x6 == "a") 610 { 611 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 612 string x7 = Console.ReadLine(); 613 if (x7 == "A" || x7 == "a") 614 { 615 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 616 string x9 = Console.ReadLine(); 617 if (x9 == "A" || x9 == "a") 618 { 619 Console.WriteLine(B); 620 } 621 if (x9 == "B" || x9 == "b") 622 { 623 Console.WriteLine(A); 624 } 625 } 626 if (x7 == "B" || x7 == "b") 627 { 628 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 629 string x10 = Console.ReadLine(); 630 if (x10 == "A" || x10 == "a") 631 { 632 Console.WriteLine(B); 633 } 634 if (x10 == "B" || x10 == "b") 635 { 636 Console.WriteLine(C); 637 } 638 } 639 } 640 if (x6 == "B" || x6 == "b") 641 { 642 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 643 string x8 = Console.ReadLine(); 644 if (x8 == "A" || x8 == "a") 645 { 646 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 647 string x9 = Console.ReadLine(); 648 if (x9 == "A" || x9 == "a") 649 { 650 Console.WriteLine(B); 651 } 652 if (x9 == "B" || x9 == "b") 653 { 654 Console.WriteLine(A); 655 } 656 } 657 if (x8 == "B" || x8 == "b") 658 { 659 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 660 string x10 = Console.ReadLine(); 661 if (x10 == "A" || x10 == "a") 662 { 663 Console.WriteLine(B); 664 } 665 if (x10 == "B" || x10 == "b") 666 { 667 Console.WriteLine(C); 668 } 669 } 670 if (x8 == "C" || x8 == "c") 671 { 672 Console.WriteLine(D); 673 } 674 } 675 } 676 } 677 } 678 if (x1 == "B" || x1 == "b") 679 { 680 Console.WriteLine("3.如果你的男(女)朋友约会时迟到一个小时还未出现,会…… \nA.再等30分钟 B.立刻离开 C.一直等待他(她)的出现"); 681 string x3 = Console.ReadLine(); 682 if (x3 == "A" || x3 == "a") 683 { 684 Console.WriteLine("4.你喜欢自己一个人去看电影吗?\nA.是 B.不"); 685 string x4 = Console.ReadLine(); 686 if (x4 == "A" || x4 == "a") 687 { 688 Console.WriteLine("5.当他(她)在第一次约会时就要求要吻你,你会……\n A.拒绝 B.轻吻他(她)的额头 C.接受并吻他(她)"); 689 string x5 = Console.ReadLine(); 690 if (x5 == "A" || x5 == "a") 691 { 692 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 693 string x6 = Console.ReadLine(); 694 if (x6 == "A" || x6 == "a") 695 { 696 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 697 string x7 = Console.ReadLine(); 698 if (x7 == "A" || x7 == "a") 699 { 700 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 701 string x9 = Console.ReadLine(); 702 if (x9 == "A" || x9 == "a") 703 { 704 Console.WriteLine(B); 705 } 706 if (x9 == "B" || x9 == "b") 707 { 708 Console.WriteLine(A); 709 } 710 } 711 if (x7 == "B" || x7 == "b") 712 { 713 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 714 string x10 = Console.ReadLine(); 715 if (x10 == "A" || x10 == "a") 716 { 717 Console.WriteLine(B); 718 } 719 if (x10 == "B" || x10 == "b") 720 { 721 Console.WriteLine(C); 722 } 723 } 724 } 725 if (x6 == "B" || x6 == "b") 726 { 727 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 728 string x8 = Console.ReadLine(); 729 if (x8 == "A" || x8 == "a") 730 { 731 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 732 string x9 = Console.ReadLine(); 733 if (x9 == "A" || x9 == "a") 734 { 735 Console.WriteLine(B); 736 } 737 if (x9 == "B" || x9 == "b") 738 { 739 Console.WriteLine(A); 740 } 741 } 742 if (x8 == "B" || x8 == "b") 743 { 744 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 745 string x10 = Console.ReadLine(); 746 if (x10 == "A" || x10 == "a") 747 { 748 Console.WriteLine(B); 749 } 750 if (x10 == "B" || x10 == "b") 751 { 752 Console.WriteLine(C); 753 } 754 } 755 if (x8 == "C" || x8 == "c") 756 { 757 Console.WriteLine(D); 758 } 759 } 760 } 761 if (x5 == "B" || x5 == "b") 762 { 763 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 764 string x7 = Console.ReadLine(); 765 if (x7 == "A" || x7 == "a") 766 { 767 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 768 string x9 = Console.ReadLine(); 769 if (x9 == "A" || x9 == "a") 770 { 771 Console.WriteLine(B); 772 } 773 if (x9 == "B" || x9 == "b") 774 { 775 Console.WriteLine(A); 776 } 777 } 778 if (x7 == "B" || x7 == "b") 779 { 780 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 781 string x10 = Console.ReadLine(); 782 if (x10 == "A" || x10 == "a") 783 { 784 Console.WriteLine(B); 785 } 786 if (x10 == "B" || x10 == "b") 787 { 788 Console.WriteLine(C); 789 } 790 } 791 } 792 if (x5 == "C" || x5 == "c") 793 { 794 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 795 string x8 = Console.ReadLine(); 796 if (x8 == "A" || x8 == "a") 797 { 798 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 799 string x9 = Console.ReadLine(); 800 if (x9 == "A" || x9 == "a") 801 { 802 Console.WriteLine(B); 803 } 804 if (x9 == "B" || x9 == "b") 805 { 806 Console.WriteLine(A); 807 } 808 } 809 if (x8 == "B" || x8 == "b") 810 { 811 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 812 string x10 = Console.ReadLine(); 813 if (x10 == "A" || x10 == "a") 814 { 815 Console.WriteLine(B); 816 } 817 if (x10 == "B" || x10 == "b") 818 { 819 Console.WriteLine(C); 820 } 821 } 822 if (x8 == "C" || x8 == "c") 823 { 824 Console.WriteLine(D); 825 } 826 } 827 } 828 829 if (x4 == "B" || x4 == "b") 830 { 831 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 832 string x6 = Console.ReadLine(); 833 if (x6 == "A" || x6 == "a") 834 { 835 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 836 string x7 = Console.ReadLine(); 837 if (x7 == "A" || x7 == "a") 838 { 839 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 840 string x9 = Console.ReadLine(); 841 if (x9 == "A" || x9 == "a") 842 { 843 Console.WriteLine(B); 844 } 845 if (x9 == "B" || x9 == "b") 846 { 847 Console.WriteLine(A); 848 } 849 } 850 if (x7 == "B" || x7 == "b") 851 { 852 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 853 string x10 = Console.ReadLine(); 854 if (x10 == "A" || x10 == "a") 855 { 856 Console.WriteLine(B); 857 } 858 if (x10 == "B" || x10 == "b") 859 { 860 Console.WriteLine(C); 861 } 862 } 863 } 864 if (x6 == "B" || x6 == "b") 865 { 866 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 867 string x8 = Console.ReadLine(); 868 if (x8 == "A" || x8 == "a") 869 { 870 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 871 string x9 = Console.ReadLine(); 872 if (x9 == "A" || x9 == "a") 873 { 874 Console.WriteLine(B); 875 } 876 if (x9 == "B" || x9 == "b") 877 { 878 Console.WriteLine(A); 879 } 880 } 881 if (x8 == "B" || x8 == "b") 882 { 883 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 884 string x10 = Console.ReadLine(); 885 if (x10 == "A" || x10 == "a") 886 { 887 Console.WriteLine(B); 888 } 889 if (x10 == "B" || x10 == "b") 890 { 891 Console.WriteLine(C); 892 } 893 } 894 if (x8 == "C" || x8 == "c") 895 { 896 Console.WriteLine(D); 897 } 898 } 899 900 901 } 902 } 903 if (x3 == "B" || x3 == "b") 904 { 905 Console.WriteLine("5.当他(她)在第一次约会时就要求要吻你,你会……\n A.拒绝 B.轻吻他(她)的额头 C.接受并吻他(她)"); 906 string x5 = Console.ReadLine(); 907 if (x5 == "A" || x5 == "a") 908 { 909 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 910 string x6 = Console.ReadLine(); 911 if (x6 == "A" || x6 == "a") 912 { 913 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 914 string x7 = Console.ReadLine(); 915 if (x7 == "A" || x7 == "a") 916 { 917 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 918 string x9 = Console.ReadLine(); 919 if (x9 == "A" || x9 == "a") 920 { 921 Console.WriteLine(B); 922 } 923 if (x9 == "B" || x9 == "b") 924 { 925 Console.WriteLine(A); 926 } 927 } 928 if (x7 == "B" || x7 == "b") 929 { 930 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 931 string x10 = Console.ReadLine(); 932 if (x10 == "A" || x10 == "a") 933 { 934 Console.WriteLine(B); 935 } 936 if (x10 == "B" || x10 == "b") 937 { 938 Console.WriteLine(C); 939 } 940 } 941 } 942 if (x6 == "B" || x6 == "b") 943 { 944 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 945 string x8 = Console.ReadLine(); 946 if (x8 == "A" || x8 == "a") 947 { 948 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 949 string x9 = Console.ReadLine(); 950 if (x9 == "A" || x9 == "a") 951 { 952 Console.WriteLine(B); 953 } 954 if (x9 == "B" || x9 == "b") 955 { 956 Console.WriteLine(A); 957 } 958 } 959 if (x8 == "B" || x8 == "b") 960 { 961 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 962 string x10 = Console.ReadLine(); 963 if (x10 == "A" || x10 == "a") 964 { 965 Console.WriteLine(B); 966 } 967 if (x10 == "B" || x10 == "b") 968 { 969 Console.WriteLine(C); 970 } 971 } 972 if (x8 == "C" || x8 == "c") 973 { 974 Console.WriteLine(D); 975 } 976 } 977 } 978 if (x5 == "B" || x5 == "b") 979 { 980 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 981 string x7 = Console.ReadLine(); 982 if (x7 == "A" || x7 == "a") 983 { 984 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 985 string x9 = Console.ReadLine(); 986 if (x9 == "A" || x9 == "a") 987 { 988 Console.WriteLine(B); 989 } 990 if (x9 == "B" || x9 == "b") 991 { 992 Console.WriteLine(A); 993 } 994 } 995 if (x7 == "B" || x7 == "b") 996 { 997 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 998 string x10 = Console.ReadLine(); 999 if (x10 == "A" || x10 == "a") 1000 { 1001 Console.WriteLine(B); 1002 } 1003 if (x10 == "B" || x10 == "b") 1004 { 1005 Console.WriteLine(C); 1006 } 1007 } 1008 } 1009 if (x5 == "C" || x5 == "c") 1010 { 1011 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 1012 string x8 = Console.ReadLine(); 1013 if (x8 == "A" || x8 == "a") 1014 { 1015 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 1016 string x9 = Console.ReadLine(); 1017 if (x9 == "A" || x9 == "a") 1018 { 1019 Console.WriteLine(B); 1020 } 1021 if (x9 == "B" || x9 == "b") 1022 { 1023 Console.WriteLine(A); 1024 } 1025 } 1026 if (x8 == "B" || x8 == "b") 1027 { 1028 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 1029 string x10 = Console.ReadLine(); 1030 if (x10 == "A" || x10 == "a") 1031 { 1032 Console.WriteLine(B); 1033 } 1034 if (x10 == "B" || x10 == "b") 1035 { 1036 Console.WriteLine(C); 1037 } 1038 } 1039 if (x8 == "C" || x8 == "c") 1040 { 1041 Console.WriteLine(D); 1042 } 1043 } 1044 } 1045 if (x3 == "C" || x3 == "c") 1046 { 1047 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 1048 string x6 = Console.ReadLine(); 1049 if (x6 == "A" || x6 == "a") 1050 { 1051 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 1052 string x7 = Console.ReadLine(); 1053 if (x7 == "A" || x7 == "a") 1054 { 1055 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 1056 string x9 = Console.ReadLine(); 1057 if (x9 == "A" || x9 == "a") 1058 { 1059 Console.WriteLine(B); 1060 } 1061 if (x9 == "B" || x9 == "b") 1062 { 1063 Console.WriteLine(A); 1064 } 1065 } 1066 if (x7 == "B" || x7 == "b") 1067 { 1068 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 1069 string x10 = Console.ReadLine(); 1070 if (x10 == "A" || x10 == "a") 1071 { 1072 Console.WriteLine(B); 1073 } 1074 if (x10 == "B" || x10 == "b") 1075 { 1076 Console.WriteLine(C); 1077 } 1078 } 1079 } 1080 if (x6 == "B" || x6 == "b") 1081 { 1082 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 1083 string x8 = Console.ReadLine(); 1084 if (x8 == "A" || x8 == "a") 1085 { 1086 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 1087 string x9 = Console.ReadLine(); 1088 if (x9 == "A" || x9 == "a") 1089 { 1090 Console.WriteLine(B); 1091 } 1092 if (x9 == "B" || x9 == "b") 1093 { 1094 Console.WriteLine(A); 1095 } 1096 } 1097 if (x8 == "B" || x8 == "b") 1098 { 1099 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 1100 string x10 = Console.ReadLine(); 1101 if (x10 == "A" || x10 == "a") 1102 { 1103 Console.WriteLine(B); 1104 } 1105 if (x10 == "B" || x10 == "b") 1106 { 1107 Console.WriteLine(C); 1108 } 1109 } 1110 if (x8 == "C" || x8 == "c") 1111 { 1112 Console.WriteLine(D); 1113 } 1114 } 1115 } 1116 } 1117 if (x1 == "C" || x1 == "c") 1118 { 1119 Console.WriteLine("4.你喜欢自己一个人去看电影吗?\nA.是 B.不"); 1120 string x4 = Console.ReadLine(); 1121 if (x4 == "A" || x4 == "a") 1122 { 1123 Console.WriteLine("5.当他(她)在第一次约会时就要求要吻你,你会……\n A.拒绝 B.轻吻他(她)的额头 C.接受并吻他(她)"); 1124 string x5 = Console.ReadLine(); 1125 if (x5 == "A" || x5 == "a") 1126 { 1127 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 1128 string x6 = Console.ReadLine(); 1129 if (x6 == "A" || x6 == "a") 1130 { 1131 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 1132 string x7 = Console.ReadLine(); 1133 if (x7 == "A" || x7 == "a") 1134 { 1135 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 1136 string x9 = Console.ReadLine(); 1137 if (x9 == "A" || x9 == "a") 1138 { 1139 Console.WriteLine(B); 1140 } 1141 if (x9 == "B" || x9 == "b") 1142 { 1143 Console.WriteLine(A); 1144 } 1145 } 1146 if (x7 == "B" || x7 == "b") 1147 { 1148 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 1149 string x10 = Console.ReadLine(); 1150 if (x10 == "A" || x10 == "a") 1151 { 1152 Console.WriteLine(B); 1153 } 1154 if (x10 == "B" || x10 == "b") 1155 { 1156 Console.WriteLine(C); 1157 } 1158 } 1159 } 1160 if (x6 == "B" || x6 == "b") 1161 { 1162 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 1163 string x8 = Console.ReadLine(); 1164 if (x8 == "A" || x8 == "a") 1165 { 1166 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 1167 string x9 = Console.ReadLine(); 1168 if (x9 == "A" || x9 == "a") 1169 { 1170 Console.WriteLine(B); 1171 } 1172 if (x9 == "B" || x9 == "b") 1173 { 1174 Console.WriteLine(A); 1175 } 1176 } 1177 if (x8 == "B" || x8 == "b") 1178 { 1179 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 1180 string x10 = Console.ReadLine(); 1181 if (x10 == "A" || x10 == "a") 1182 { 1183 Console.WriteLine(B); 1184 } 1185 if (x10 == "B" || x10 == "b") 1186 { 1187 Console.WriteLine(C); 1188 } 1189 } 1190 if (x8 == "C" || x8 == "c") 1191 { 1192 Console.WriteLine(D); 1193 } 1194 } 1195 } 1196 if (x5 == "B" || x5 == "b") 1197 { 1198 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 1199 string x7 = Console.ReadLine(); 1200 if (x7 == "A" || x7 == "a") 1201 { 1202 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 1203 string x9 = Console.ReadLine(); 1204 if (x9 == "A" || x9 == "a") 1205 { 1206 Console.WriteLine(B); 1207 } 1208 if (x9 == "B" || x9 == "b") 1209 { 1210 Console.WriteLine(A); 1211 } 1212 } 1213 if (x7 == "B" || x7 == "b") 1214 { 1215 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 1216 string x10 = Console.ReadLine(); 1217 if (x10 == "A" || x10 == "a") 1218 { 1219 Console.WriteLine(B); 1220 } 1221 if (x10 == "B" || x10 == "b") 1222 { 1223 Console.WriteLine(C); 1224 } 1225 } 1226 } 1227 if (x5 == "C" || x5 == "c") 1228 { 1229 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 1230 string x8 = Console.ReadLine(); 1231 if (x8 == "A" || x8 == "a") 1232 { 1233 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 1234 string x9 = Console.ReadLine(); 1235 if (x9 == "A" || x9 == "a") 1236 { 1237 Console.WriteLine(B); 1238 } 1239 if (x9 == "B" || x9 == "b") 1240 { 1241 Console.WriteLine(A); 1242 } 1243 } 1244 if (x8 == "B" || x8 == "b") 1245 { 1246 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 1247 string x10 = Console.ReadLine(); 1248 if (x10 == "A" || x10 == "a") 1249 { 1250 Console.WriteLine(B); 1251 } 1252 if (x10 == "B" || x10 == "b") 1253 { 1254 Console.WriteLine(C); 1255 } 1256 } 1257 if (x8 == "C" || x8 == "c") 1258 { 1259 Console.WriteLine(D); 1260 } 1261 } 1262 } 1263 1264 if (x4 == "B" || x4 == "b") 1265 { 1266 Console.WriteLine("6.你是个有幽默感的人吗?\nA.我想是吧 B.大概不是"); 1267 string x6 = Console.ReadLine(); 1268 if (x6 == "A" || x6 == "a") 1269 { 1270 Console.WriteLine("7.你认为你是个称职的领导者吗?\nA.是 B.不"); 1271 string x7 = Console.ReadLine(); 1272 if (x7 == "A" || x7 == "a") 1273 { 1274 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 1275 string x9 = Console.ReadLine(); 1276 if (x9 == "A" || x9 == "a") 1277 { 1278 Console.WriteLine(B); 1279 } 1280 if (x9 == "B" || x9 == "b") 1281 { 1282 Console.WriteLine(A); 1283 } 1284 } 1285 if (x7 == "B" || x7 == "b") 1286 { 1287 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 1288 string x10 = Console.ReadLine(); 1289 if (x10 == "A" || x10 == "a") 1290 { 1291 Console.WriteLine(B); 1292 } 1293 if (x10 == "B" || x10 == "b") 1294 { 1295 Console.WriteLine(C); 1296 } 1297 } 1298 } 1299 if (x6 == "B" || x6 == "b") 1300 { 1301 Console.WriteLine("8.如果可以选择的话,你希望自己的性别是?\nA.男性 B.女性 C.无所谓"); 1302 string x8 = Console.ReadLine(); 1303 if (x8 == "A" || x8 == "a") 1304 { 1305 Console.WriteLine("9.你曾经同时拥有一个以上的男(女)朋友吗?\nA.是 B.不"); 1306 string x9 = Console.ReadLine(); 1307 if (x9 == "A" || x9 == "a") 1308 { 1309 Console.WriteLine(B); 1310 } 1311 if (x9 == "B" || x9 == "b") 1312 { 1313 Console.WriteLine(A); 1314 } 1315 } 1316 if (x8 == "B" || x8 == "b") 1317 { 1318 Console.WriteLine("10.你认为你聪明吗?\nA.是 B.不"); 1319 string x10 = Console.ReadLine(); 1320 if (x10 == "A" || x10 == "a") 1321 { 1322 Console.WriteLine(B); 1323 } 1324 if (x10 == "B" || x10 == "b") 1325 { 1326 Console.WriteLine(C); 1327 } 1328 } 1329 if (x8 == "C" || x8 == "c") 1330 { 1331 Console.WriteLine(D); 1332 } 1333 } 1334 1335 1336 } 1337 } 1338 1339 } 1340 } 1341 }
时间: 2024-10-21 11:13:18