Question: Why does this code take so long to get results? #include using namespace std; int main(){ float r=7.0/100; float arr[5]; cout < arr[i]; } float

Why does this code take so long to get results?

#include using namespace std;

int main(){ float r=7.0/100; float arr[5]; cout<<"Enter the input numbers one at a time"<>arr[i]; } float subtotal=0.0,itemtotal=0.0,textotal=0.0; float temp; cout<<"Item Cost "<<"Item Tax "<<"Item Subtotal"<

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!