#include <stdio.h>
int main (void) {
int Height;
int Length;
int Width;
printf("What is the height of your rectangle?\n");
scanf("%d",Height);
printf("What is the length of your...