Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Question 27
Easy

Each user of a health app has a unique Tracker ID. The number of steps taken is recorded daily for each user.

A two-dimensional array is used to store this step count information.

Complete the table to show appropriate column headings and realistic example data for this data structure.

[2]

Algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Algorithms