Question: #include using namespace std; int main() { int arrowBaseHeight; int arrowBaseWidth; int arrowHeadWidth; cout > arrowBaseHeight; cout > arrowBaseWidth; cout > arrowHeadWidth; cout >arrowHeadWidth; }

#include using namespace std;

int main() { int arrowBaseHeight; int arrowBaseWidth; int arrowHeadWidth; cout > arrowBaseHeight; cout > arrowBaseWidth; cout > arrowHeadWidth; cout >arrowHeadWidth; } for(int i=0; i

...........................................................................................

can someone help me fix the above c++ problem that has a white space problem that i have on my output please.

result i got from c++ is this: #include using namespace std; int main() { int arrowBaseHeight; int arrowBaseWidth; int

Output is nearly correct, but whitespace differs. See yellow highlights below. 3 Input 3 Enter arrow base height: Enter arrow base width: Enter arrow head width: Your outpu** Enter arrow base height: Enter arrow base width: Enter arrow head width: Expected output

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!