Refer to the following algorithm segment written in pseudo-code for a remote weather telemetry station:
isRaining ← False
windSpeedKnots ← 12.4
readingCount ← 48
Which of the following correctly identifies the most suitable data types for the variables isRaining, windSpeedKnots, and readingCount respectively?
Boolean\text{Boolean}Boolean, Integer\text{Integer}Integer, Real\text{Real}Real
Boolean\text{Boolean}Boolean, Real\text{Real}Real, Integer\text{Integer}Integer
String\text{String}String, Real\text{Real}Real, Integer\text{Integer}Integer
Boolean\text{Boolean}Boolean, Real\text{Real}Real, Real\text{Real}Real