Hello
I need the user to input for example a time format HH:MM(AMorPM) or a complex number format: X+jY
Then I want to read HH in and int and MM in another int
and the same for the complex number example.
I am aware I should use delimiters, but i dont know what to do, any help will be appreciated