00:01
So, in this question you can achieve this various programming language.
00:04
Here is the example for a python.
00:06
Here we have to write a code that iterates while user num is greater than 0 and each iteration put user num to output.
00:15
So, the code of for this question in a python language is user input is equal to input, enter a series of numbers separated by space, numbers is equal to user input split, output is equal to inverted comma, then here using for loop.
00:37
So, for number in number, user name is equal to int number, if user name greater than 0, then output plus is equal to str user num plus, then slash n, else break print output.
00:56
Basically, this code takes a series of numbers as input, splits them into a list and iterates through the list.
01:07
For each positive number, it appends the number and a slash to the output string...