Just another WordPress site

How to Program a Calculator pt 1: The Basics

Part 1 of 4. When I was learning how to program a calculator, I tried to learn online, but that was almost useless. Instead, I taught myself, and now I pass that information on to whomever is interested. The Basics covers some simple actions such as sending, receiving, and deleting programs, storing numbers in letters, and creating new programs. It also goes over these basic commands: “prompt”, “display”, “clrhome”, “if”, “then”, “end”, and “stop”. Part 2 is where I show the viewer how to use this information to actually create a program. A Palaverous Production created by Jeff Green on 5-28-2008. Helpful site for programming: bgo.netfirms.com How to Program a Calculator: 1: The Basics 2: Creating a Simple Program 3: Perfecting a Program 4: Making Menus