Programming Foundation: Chapter-3 Introducing CPL and Programming Concept
Programming Foundation: Chapter-3 Introducing CPL and Programming Concept
➢ They are platform independent, which means that you can write a program
in a high level language and run it in different types of machines.
➢ High-level languages are English-like and easy to learn and use.
➢ Example
➢ computes the area of a circle with a radius of 5: area = 5 * 5 * 3.14159;