with Ada.Text_IO; use Ada.Text_IO;
procedure Hello is
begin
Put_Line ('Hello, world!');
end Hello;
with Ada.Text_IO; use Ada.Text_IO;
procedure Hello is
begin
Put_Line ('Hello, world!');
end Hello;
with Ada.Text_IO; use Ada.Text_IO;
procedure Show_Sum is
A, B, Sum : Integer;
begin
A := 10;
B := 20;
Sum := A + B;
Put_Line (Integer'Image(Sum));
end Show_Sum;
with Ada.Text_IO; use Ada.Text_IO;
procedure Reverse_Array is
type Int_Array is array (1 .. 5) of Integer;
A : Int_Array := (1, 2, 3, 4, 5);
B : Int_Array;
begin
B := A(5 downto 1);
for I in B'Range loop
Put (Integer'Image(B(I)) & ' ');
end loop;
end Reverse_Array;
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Real_Time; use Ada.Real_Time;
procedure Delay_Example is
Time : Time_Span := Milliseconds (500);
begin
delay until Clock + Time;
Put_Line ('Half a second later');
end Delay_Example;
Back-end App Developer
Front-end Web Developer
Full Stack Developer (Java)
Full Stack Developer (.Net)
Full Stack Developer (MEAN)
Full Stack Developer (MERN)
DevOps Engineer
Database Engineer (AzureSQL)
Database Engineer (Oracle)
Database Engineer (General)
Solution Architect (.NET)
Solution Architect (Java)
Solution Architect (Ruby)
Solution Architect (Python)
AI Engineer (Python)
Sr. AI Engineer (Python)
AI Strategist (Python)
Business Intelligence Engineer
Systems Analyst
Mainframe Developer (COBOL)
Mainframe Developer (General)