Answer:
Using JavaScript;
var heartRate;
heartRate = parseint(nil);
Print(heartRate)
Step-by-step explanation:
JavaScript is a multi-purpose programming language. It is used as a scripting language in web development, implementing object oriented programming to make web pages interactive.
It is used to program interfaces for devices like heartRate detector in hospital. When it read the heartbeat, the output is displayed on the screen.
The nil value assigned to the heartRate variable gives an output of nil, since it can not be converted to integer.