Hello-
We have a Avaya 4424LD+ at our front desk. We want the ability to forward/unforward this phone to a wireless handset that we have at a different extension so the receptionist can walk around the office and still answer incoming calls.
I turned on remote forward in WinSPM, but when i...
#include <iostream>
#include <string>
using namespace std;
int main()
{
cout << "How many books?";
int book_qty;
cin >> book_qty;
cout << "How many movies?";
int movie_qty;
cin >> movie_qty;
cout << "How many pounds of peanuts?";
int peanut_lb;
cin >> peanut_lb...
I am writing a program where it calculates cost of books, movies, and peanuts and figures out shipping. I have all the code done, and my output shows up as $6 instead of $6.00
how can i make it show up as $6.00
thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.