dirtbike::dirtbike(int man, int ms, int ts)
{
manufacturer= man;
motor size= ms;
top speed= ts;
}
void dirtbike::showdirtbike()
{
Cout<< “The dirtbikes”;
Cout<< manufacturer << “ manufacturer ”
<< motor size << “ and ”
<< top speed << “ makes up the dirtbike ”<< endl;