#include #include #include "descartes.h" /* * Classify a rectangle based on shape */ int main(void) { /* Variable declarations here. */ OpenGraphics(); /* To be completed. */ CloseGraphics(); return EXIT_SUCCESS; }