Programming Logic errors assignment help

Having trouble figuring out the program logic error. Can you assist me on this, please?

#include <iostream>
#include <iomanip>

Save your time - order a paper!

Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines

Order Paper Now

using namespace std;

int main()
{

double cost;
double area;

double bagSize;

cout << fixed << showpoint << setprecision(2);

cout << “Enter the amount of fertilizer, in pounds”
<< ” in one bag: “;
cin >> bagSize;
cout << endl;

cout << “Enter the cost of the ” << bagSize
<< ” pound fertilizer bag: “;
cin >> cost;
cout << endl;

cout << “Enter the area, in square feet, that can be “
<< “fertilized by one bag: “;
cin >> area;
cout << endl;

cout << “The cost of the fertilizer per pound is: $”
<< bagSize / cost
<< endl;

cout << “The cost of fertilizing per square foot is: $”
<< area / cost
<< endl;

return 0;

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.