What is the EXACT output of the following program given that…

What is the EXACT output of the following program given that the user enters the following inputs: P Maria Lucelli 1000                 char status;            string name1;            string name2;             int amount;              cout > status;             if (status == ‘P’)                         cout

  Given the purpose of the following variables, tell me what…

  Given the purpose of the following variables, tell me what the most efficient and accurate data type to declare it as would be :   An age of a patient –  The height of a mountain –  The name of a football player –  The letter grade of a student –  A bank account balance –