How to resolve the algorithm Hello world/Text step by step in the ERRE programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Hello world/Text step by step in the ERRE programming language

Table of Contents

Problem Statement

Display the string Hello world! on a text console.

Let's start with the solution:

Step by Step solution about How to resolve the algorithm Hello world/Text step by step in the ERRE programming language

Source code in the erre programming language

! Hello World in ERRE language
PROGRAM HELLO
BEGIN
  PRINT("Hello world!")
END PROGRAM

  

You may also check:How to resolve the algorithm Averages/Arithmetic mean step by step in the LabVIEW programming language
You may also check:How to resolve the algorithm Letter frequency step by step in the REXX programming language
You may also check:How to resolve the algorithm Extensible prime generator step by step in the PureBasic programming language
You may also check:How to resolve the algorithm Evolutionary algorithm step by step in the Oforth programming language
You may also check:How to resolve the algorithm Exceptions step by step in the Oz programming language