Hi!
Our computers will have system software and application software. Application software would be something like a game or just any general purpose app you've downloaded.
Hopefully, this helps! =)
To <span>rite a statement that terminates the current loop when the value of the int variables x. and y.are equal please check below:
</span>
if (x == y) break; // exit loop
I hope the answer will help you. Thank you.