Exercise: Daily Step Tracker
Explore how to store and sort weekly step count data using std::vector and the standard library's sort function. Understand how to manage containers and apply range-based for loops to present sorted activity data clearly.
We'll cover the following...
We'll cover the following...
Problem statement
You are building a feature for a fitness application that ...