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 := 5;
B := 10;
Sum := A + B;
Put_Line (Integer'Image(Sum));
end Show_Sum;
with Ada.Text_IO; use Ada.Text_IO;
procedure Array_Sum is
type Array_Type is array (1 .. 5) of Integer;
Array_Var : Array_Type := (1, 2, 3, 4, 5);
Sum : Integer := 0;
begin
for I in Array_Var'Range loop
Sum := Sum + Array_Var(I);
end loop;
Put_Line (Integer'Image(Sum));
end Array_Sum;
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Task_Identification;
procedure Show_Task is
begin
Put_Line ('Current task: ' & Ada.Task_Identification.Image (Ada.Task_Identification.Current_Task));
end Show_Task;
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)