I am extremelly new to C++ and I am lost. I have to write a code to take the taxes out of a base pay. Sounds easy but I am doing something so wrong that the output just bypasses everything but the employees name. Can someone point me in the right direction?
[code]
#include <iostream>
#include <math.h>
#include <iomanip>
using namespace std;
Thought I had to, I have no knowledge of this stuff at all. I am taking the class online and have been reading the text book and sites here on the web and watching youtube videos but I can not grasp this