rubyheartscats2344 rubyheartscats2344 23-05-2024 Engineering Answered Write a while loop with a condition that will never be false (an infinite loop). Inside the loop, print a statement. Then, use a break statement to exit the loop after 5 iterations.