im supposed to create a c++ program that adds three values together and adds 16% value added tax and it displays the heading "The total price is"
#include <iostream>
#include <cmath.h>
using namespace std:
int main()
{
to be honest with all of you here i am a rookie at all of this im being introduced to c++ for the first time and i need some help with it
please help