// BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there.//#include<iostream>#include<iomanip>usingnamespacestd;usingstd::cout;usingstd::cin;usingstd::endl;intmain(){intkwidth;cout<<"What is the width of the kite in centimeters?: ";cin>>kwidth;}