Data types and structures

EasyMedium
1234567891011121314151617181920212223242526272829303132333435
Question 29
Easy

A developer is writing code for a smart home weather station system.

State the most appropriate data type to store each of the following pieces of data:

a.

Ambient temperature (e.g., 21.4 or -3.5)

[1]
b.

Number of wind sensors connected (e.g., 3)

[1]

Data types and structures Questions

  1. GCSE
  2. /Computer Science
  3. /Data types and structures