#include <inpout.h>
void main()
{
int p,g;
char c;
cout<<"How many points would you like?";
cin>>p;
cout<<"Guesses Choices"<<br
<<"O Odd"<<br
<<"E Even"<<br
<<"L Low"<<br
<<"M Med"<<br
<<"H High"<<br
<<"F Left"<<br
<<"C Center"<<br
<<"R Right"<<br
<<"N Number";
cout<<"How many guesses would you like?";
cin>>g;
if(int i= 0; i =< g; i++)
cout<<"Guess "<<i<<endl;
cout<<"Enter your choice :";
cin>>c;
if (c == 'L')||(c == 'l')
.
.
.
.
.
Math part