How to Power Function in Ada - Code Snippet

How to perform 'Power Function' in Ada.

example.adb
-- Task: Power Function
-- Language: Ada

procedure power_function() is begin
    -- Implementation for Power Function
    -- TODO: Implement core logic here
    -- Step 1: Prepare data
    -- Step 2: Process Power Function
    Put_Line("Done");
end;
AdSense Slot