#include<stdio.h>
int main()
{
  char  Section;
  int Rollnumber;
  char bloodgroup;
    printf (" Enter the Section/n");
    printf (" enter the Rollnumber/n");
    printf ("  mention the Blood group/n");
scanf ("%d",&Rollnumber);
scanf ("%s",&Section);
scanf ("%s",&bloodgroup);
retuirn 0;
}