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 Display is
X : Integer := 10;
begin
Put ("The value of X is " & Integer'Image (X));
end Display;
with Ada.Text_IO; use Ada.Text_IO;
procedure Array_Print is
type Int_Array is array (1 .. 5) of Integer;
A : Int_Array := (1, 2, 3, 4, 5);
begin
for I in A'Range loop
Put (Integer'Image (A (I)) & " ");
end loop;
New_Line;
end Array_Print;
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Task_Identification;
procedure Concurrency is
task T is
entry Start;
end T;
task body T is
begin
Put_Line ("Task T started");
end T;
T_Obj : T;
begin
T_Obj.Start;
end Concurrency;
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)