در قطعه کد زیر به ازایfloor=21 کدام خروجی چاپ می شود؟
Console.WriteLine("Enter the floor");
int floor = int.Parse(Console.ReadLine()) ;
if (floor %2== 0 )
Console.WriteLine("Elevator A");
else
Console.WriteLine("Elevator B");
$Elevator{\text{ }}B$
2 )
$Elevator{\text{ }}A$
3 )
$\eqalign{
& Elevator{\text{ }}A \cr
& Elevator{\text{ }}B \cr} $
4 )
$Elevator{\text{ }}A{\text{ }}Elevator{\text{ }}B$