How to resolve the algorithm File size step by step in the K programming language

Published on 12 May 2024 09:40 PM
#K

How to resolve the algorithm File size step by step in the K programming language

Table of Contents

Problem Statement

Verify the size of a file called     input.txt     for a file in the current working directory, and another one in the file system root.

Let's start with the solution: