//hellorect.cpp #include #include "rect.h" using namespace std; int main(int argc, char **argv) { Rect arect(3.0, 4.0); cout<<"Diagonal Length is "<