Multiplication tables: Difference between revisions

Content added Content deleted
(C++ version)
m (→‎{{header|C++}}: geshi likes cpp, I suppose.)
Line 43: Line 43:
This is a slightly more-generalized version that takes any minimum and maximum table value, and formats the table columns.
This is a slightly more-generalized version that takes any minimum and maximum table value, and formats the table columns.


<lang c++>#include <iostream>
<lang cpp>#include <iostream>
#include <iomanip>
#include <iomanip>
#include <cmath>
#include <cmath>