SOLVE IN C# Taimoor was employed in a shopping mall called “Mega Four” located in Karachi. When a person enter into mall, he check the facemask, verify the age limit, measure body temperature and ask...


SOLVE IN C#


Taimoor was employed in a shopping mall called “Mega Four” located in Karachi. When a person enter into mall, he check the facemask, verify the age limit, measure body temperature and ask for name. He then allow or disallow the person to enter into mall on basis of information he acquired. Your task is to write a program to help Taimoor.


Write a program to input the following information from user using the appropriate datatypes:



  1. Name

  2. Age

  3. HasFaceMask

  4. Body Temperature (in Celsius)


If a person age is between 7 and 50 (inclusive), person has a facemask
and
temperature has a range 36.1 °C to 37.2°C (inclusive) then print: “Welcome to Mega Four”. Otherwise, print a message: “Sorry, you cannot enter.” It does not matter whatever name a person has.



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here