Can you show an example on an executable monetary conversion program/utility that converts dollars to coins containing multiple outputs to the screen, at least one input, use integers and strings, using repetition with 'do, while, and it else', comments too, amounts to be round numbers with 2 decimals points and if the value is less that 1 or 0 the program should break or exit, and finally the code must compile?