Advertisement
Draegon

Retangulo(.cpp)

Oct 28th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. /* Còdigo .cpp */
  2.  
  3. #include <iostream>
  4. #include "retangulo.h"
  5.  
  6. using namespace std;
  7.  
  8. int Retangulo::area()
  9. {
  10.    return largura*altura;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement