Question: write a program to count how many times the first number exists. ex: input:3 8 7 1 3 3 0 output: the number 3 exist
write a program to count how many times the first number exists. ex: input:3 8 7 1 3 3 0 output: the number 3 exist three times
use a sentinel value to end the loop.
use C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
