NETB131 Programming Project
Programming language <programming
language name>
An overview
<NAME>, <FACULTY NUMBER>
1. History and Special Features
2. "Hello World" Program
3. Fundamental Data Types (integer, floating point, string) and
Assignment Operator
4. Basic Control Flow (conditional and loop statements)
Task: Input an integer number n and output the sum:
1+22+32+...+n2. Use input validation
for n to be positive.
5. Functions - syntax, writing and using functions, example
6. Arrays - syntax, definition, example
7. Compilers
8. Projects and software in <programming language name>
9. Standard
10. References