04.06.2015 Views

Manual básico de Programación en C++

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

int absoluto::ab( int val1 )<br />

{<br />

int temp ;<br />

temp = abs( val1 ) ;<br />

return( temp ) ;<br />

}<br />

double absoluto::ab( double val2 )<br />

{<br />

double temp ;<br />

temp = abs( val2 ) ;<br />

return( temp ) ;<br />

}<br />

main( )<br />

{<br />

absoluto numero ;<br />

cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!