Math 6
negCalc Instructions
negCalc is an interactive program that generates adding and subtracting questions involving negative numbers. Here is how you can get started using the Raspberry Pi:
- Download negCalc.c onto your Desktop
- Open Terminal (shortcut: ctrl+alt+T)
- In Terminal window, type (without the quotation marks): "cd Desktop" and press enter.
- In the same Terminal window, type (without the quotation marks): "gcc -o negCalc negCalc.c -lm" and press enter to build the program.
- In the same Terminal window, type (without the quotation marks): "./negCalc" and press enter to run the program
- Follow the Instructions on the screen. At the end of the quiz, your grade will be displayed.
- Note: you only need to download and build the program the first time you use it. Once it is built, you can simply start the program by following steps 2, 3, and 5.
Happy learning!