Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
/* Complete the template definition of the how_long()
function.
how_long() should take two iterators as its input parameters.
These iterators represent the beginning and end of the sequence.
how_long() should return an integer saying how long the input sequence is.
*/
// COMPLETE ME