This is my first post here and I need help with one homework task, that I cant solve. The task is in the loops section.
Problem 4. Smaller, greater or equal?
Write a program that reads from the console a sequence of n integer numbers and returns these numbers on a single line with the correct sign (<, > or =) between the numbers.
I guess we should do some for to rotate n times and compare the numbers, but I can’t figure out the code. Please share some tips for solving the task.