void drawrect (int height, int length)
{
///lmake a loop that draws just a line of '*' =width
///make a loop that draws one '*' at start and at end of the width in the range (height==2 upto height-1)
/// repeate loop one
}
/// would be easier to debug