Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 638 Bytes

File metadata and controls

38 lines (22 loc) · 638 Bytes

Adds Two Number

This Cobol code takes two integers inputs and computes the integers and outputs the addition of the input integers

Road Map Features

  • Add ability to subtract the integers
  • Add ability to multiply the integers
  • Add ability to divide the integers

Cheatham's amendment of Conway's Law: If a group of N persons implements a [COBOL] compiler, there will be N-1 passes. Someone in the group has to be the manager.

Run Program

$ cobc -x AddNums.cbl
$ cd \AddNumsVX.X
$ AddNums.exe

Todos

  • Write Tests
  • Add Night Mode

License

MIT

Free Software, Hell Yeah!