Rewrite the following program segment using a while structure rather than a repeat structure. Be sure the new version prints the same values as the original.
Count = 1repeat: print(Count) Count = Count + 1 until (Count == 5)
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.