Posts by Over Peas • 1 point
1 post
-
-4
votes1
answer152
viewsQ: How to verify and print repeating values in an algorithm vector
Create an algorithm that given a sequence of n real numbers, determine the numbers that make up the sequence and the number of times each of them occurs in it. Example: n = 8 Sequel: -1.7, 3.0, 0.0,…