Course Solutions Uncategorized (Solved) : Need Help Fixing Code Everything Seems Ok Cannot Determine Run Properly Getting Error End Q30155055 . . . .

(Solved) : Need Help Fixing Code Everything Seems Ok Cannot Determine Run Properly Getting Error End Q30155055 . . . .

 

Need help fixing this code. Everything seems ok, but I cannotdetermine if it will run properly because I am getting an error atthe end bracket }.

// Programming Assignment 3.cpp : Defines the entry point forthe console application.
//

#include “stdafx.h”
#include <iostream>
#include <string>
#include <iomanip>

using namespace std;

string item_name;
float total_cost;
string place;
float shipping_cost;
float order_total;
char fragile;
float fragile_cost;

int main()
{

cout << setfill(‘*’) << setw(50) << ‘*'<< endl;
cout << “ITCS 2530 – Programming Assignment for week #3″<< endl;
cout << setfill(‘*’) << setw(50) << ‘*’ <<endl;

cout << “Please enter the item name (no spaces):”;
cin >> item_name;

cout << “Is this item fragile? (y=yes/n=no):”;
cin >> fragile;
if (fragile == ‘y’ || fragile == ‘Y’){
  fragile_cost

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post