int fun( int a, int b ){ int value = a * a + b * b ; return value ; }