

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Languages that are compiled before execution Languages that are interpreted before execution Languages that use an assembler
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


1 Java import java.util.Scanner; public class HelloWorld { public static void main(String[] args) 2 Objective C #import intmain(intargc,constchar* argv[]) {@autoreleasepool{// insert code here...NSLog(@"Hello, World!"); }return0; 3 C++ #include int main() { std::cout << "Hello World!"; return 0; }
1 Python print('Hello, world!') 2 Ruby print "Hello, World!\n" 3 JavaScript console.log('Hello World');
1 HTML
1 Vision: A globally competitive university for science, technology, and environmental conservation. Mission: Development of a highly competitive human resource, cutting-edge scientific knowledge and innovative technologies for sustainable communities and environment.
Name of the website
Heading for the content below
Text text text
2 3 2 Vision: A globally competitive university for science, technology, and environmental conservation. Mission: Development of a highly competitive human resource, cutting-edge scientific knowledge and innovative technologies for sustainable communities and environment.