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