I missed last class on doing void functions because I got sick and im completely lost! ive being using the texts book example for a reference but its not running ! Can someone please help me alter my code so it will work
the output should look similar to this:
how much was your shirt?
20
shirt 20.00
tax =1.20
the total 21.20
include <iostream>
#include <iomanip>
using namespace std;