sachithpriyamantha sachithpriyamantha 14-01-2023 Computers and Technology contestada 2) Describe the output produced by this poorly indented program segment:int number = 4;double alpha = -1.0;if (number > 0)if (alpha > 0)printf("Here I am! \n" );elseprintf("No, I’m here! \n");printf(“No, actually, I’m here! \n");