Introduction to computer languages

Save (0)
Close

Recommended

Description

  1. There are two types of computer programming
    languages. They are
    1. Low level languages
    2. High level languages
  2. Program code description
  3. • 10 INPUT A, B To read the values of A &B
  4. • 20 LET C= A+B A&B are added and result is stored in C
  5. • 30 PRINT C Print the value of C
  6. • 40 END Stop execution