TGINSIGHT POST
@cpp_sirius
Computer Programming
int Multiplication(int a, int b){ int mul; mul = a*b; return a*b; }