// // main.cpp // CST116-Lab1 Kite Demtion Project LeviDavis // // Created by Levi on 10/13/22. // #include int width = 0; int length = 0; float area = 0; float aspectratio = 0; float mass = 0; float gravitationalpull = 0; using namespace std; using std::cout; using std::cin; using std::endl; int main() { do { cout << "What is your kite's width in cenemeters? Please enter a width between 1-400 cm" << endl; cin >> width; if (width > 400 || width < 1) cout << "Please enter a different width" < 400 || width < 1); do { cout << "Now what is the length of your kite in cenemeters? Please enter a length between 1-400 cm" <> length; if (length > 400 || length > 1) cout << "Please enter a different length"< 400 || length < 1); cout << "The width of your kite is " <= 1) cout << "Your kite is not very stable, a lower aspect ratio would make it more stable"<