proc print_hello_world =
begin
print("Hello, World!")
end print_hello_worldproc print_hello_world =
begin
print("Hello, World!")
end print_hello_worldproc divide(x: int, y: int) returns (int, int)
signals (zero_division)
where
y = 0, signal zero_division
end
return(x/y, x mod y)
end dividearr = array.new(10)
for i: int in int$from_to(1, 10) do
array.put(arr, i, i*i)
endthread
for i: int in int$from_to(1, 10) do
print(i)
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)