Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
using namespace std;
int main ()
{
const int taxrate;
double costmeal, tiprate;
int toltalcost;
cout<<"what is the cost of your meal";
cin>> costmeal;
cout<<" what is the tax rate";
#include <iostream>
using namespace std;
int main ()
{
const int taxrate;
double costmeal, tiprate;
int toltalcost;
cout<<"what is the cost of your meal";
cin>> costmeal;
cout<<" what is the tax rate";