How to resolve the algorithm Input loop step by step in the ERRE programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Input loop step by step in the ERRE programming language

Table of Contents

Problem Statement

Read from a text stream either word-by-word or line-by-line until the stream runs out of data. The stream will have an unknown amount of data on it.

Let's start with the solution: