Data types and structures

EasyMedium
1234567891011121314151617181920212223242526272829303132333435
Question 19
Easy

A telemetry sensor on a weather drone records the deviation in wind velocity in meters per second. The variable velocity_deviation is used to store values such as −1.85-1.85−1.85, 0.000.000.00, and 14.3214.3214.32.

State the most appropriate primitive data type for the variable velocity_deviation.

[1]

Data types and structures Questions

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