#include using namespace std; int dodaj (int,int); int main () { int a=4,b=8; cout << "Suma a i b wynosi "<< dodaj (a,b) <