I am trying to write a program to test my arithmetic skills. The program should pose arithmetic problems involving the four basic operations – addition, subtraction, multiplication and division. When the testing session starts, the program should issue problems of less difficulty and the difficulty should be ramped up gradually. A score should be computed [...]
Categories: math,programming,python
Tagged: arithmetic, arithmetic algorithms, borrow, carry, long division, math, problem difficulty, problem generator, python