CINCENTBURC ACTMINY 6.6.2: Functions with loops. sestion such1008 ap-7rap? Jump to level 1 Define a function FindLowestVal() with no parameters that reads integers from input until a positive integer is read. FindLowestVal() should return the lowest of the integers read. 2 Ex. If the input is
-20-25-35,55, then the output is: Q 1 -35
◻Note-Positive numbers are greater than 0 .