#include "header.h" int Plus_A(int n, int m){ int j; j = n + m; return j; }