How to String Ends With in Ada - Code Snippet

How to perform 'String Ends With' in Ada.

example.adb
-- Task: String Ends With
-- Language: Ada

procedure string_ends_with() is begin
    -- Implementation for String Ends With
    -- TODO: Implement core logic here
    -- Step 1: Prepare data
    -- Step 2: Process String Ends With
    Put_Line("Done");
end;
AdSense Slot