#include<stdio.h>
int main()
{
    float l,b,r;
    printf("%fthe area of the rectangle:",l)
    print("/fthe breadth of the rectangle:",b)
    printf("%fthe radius of the circle",r);
}