#include<stdio.h>
int main()
{
    char section;
    printf(" Enter the Section:");
    scanf("%c"\n,& Section);
    int Roll number;
    printf(" Enter the Roll Number:");
    scanf("%d"\n,& Roll Number);
    char("Enter the Blood Group:");
    scanf("%c"\n,& Blood Group);
    return 0;
}