How to perform 'String Ends With' in Ada.
-- 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;