#include <iostream>
#include <iomanip>
using namespace std;
int main ()
{
double cup, gallon, liter, pint, quart, ounces, milliliter, teaspoon, tablespoon ;
string horizontalLine (50, '-') ;
cout << "HELLO RACHEL RAY! \n" << endl ;
cout << "Enter the Number of Cups you wish to convert...