“Hello World!” A simple program that displays. It is often used to show the syntax of the language.
In this pseudocode, we have used the “OUTPUT” word to print the string Hello, world!
on our screen.
Pseudocode:
1 2 3 4 5 | BEGIN OUTPUT "HELLO WORLD!" END |
Hello World Programs:
- Python Program to Print “Hello World!”
- C++ Program to Print “Hello World!”
- Java Program to Print “Hello World!”
Flowchart of Pseudocode