#include <fstream>
#include <iostream>
using namespace std;

int main()
{
char recnam[50];
char text[120];

cout<< "Enter Recipe name \n";