BEGIN
INT x := 5;
INT y := 10;
PRINT((x + y), new line);
ENDBEGIN
INT x := 5;
INT y := 10;
PRINT((x + y), new line);
ENDBEGIN
REAL x := 5.0;
REAL y := 2.0;
PRINT((x / y), new line);
ENDBEGIN
INT array[3] := (1, 2, 3);
FOR i FROM LWB array TO UPB array DO
PRINT((array[i]), new line)
OD
ENDBEGIN
SEMA s := INIT SEMA(1);
PROC start thread = (INT i) VOID:
BEGIN
DOWN(s);
PRINT((i), new line);
UP(s)
END;
start thread(1);
start thread(2);
ENDBack-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)