BEGIN
INT a := 5;
INT b := 10;
INT c := a + b;
print((c, new line))
ENDBEGIN
INT a := 5;
INT b := 10;
INT c := a + b;
print((c, new line))
ENDBEGIN
REAL x := 3.14;
REAL y := 2.71;
REAL z := x * y;
print((z, new line))
ENDBEGIN
[1:5]INT arr := (1, 2, 3, 4, 5);
FOR i FROM LWB arr TO UPB arr DO
arr[i] := arr[i] * 2;
OD
print((arr, new line))
ENDBEGIN
SEMA s := INIT SEMA(1);
PAR BEGIN
DOWN(s);
print(('Thread 1', new line));
UP(s);
END,
BEGIN
DOWN(s);
print(('Thread 2', new line));
UP(s);
END
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)