MCPcopy Create free account
hub / github.com/RPISEC/MBE / area

Method area

src/lecture/cpp/rect.cpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 public:
6 Rect() : width(0), height(0) {}
7 int area() { return width*height; }
8 void set_vals(int w, int h);
9 private:
10 int width;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected