#include using namespace std; int main() { int width, int height; cout << "Kite Math 0.1" << endl; cout << "Please input the width of your kite:" << endl; cin >> width; cout << "Please input the height of your kite:" << endl; cin >> height; }