Repetation and Loop statements (while or if statement) 1. Write a program that r
ID: 3641337 • Letter: R
Question
Repetation and Loop statements (while or if statement)1. Write a program that reads a collection of positive and negative num-
bers and multiplies only the positive integers. Loop exit should occur
when three consecutive negative values are read.