#Include #Include: Struct Char Int Int Int Int Int Int Int Int Int
#Include #Include: Struct Char Int Int Int Int Int Int Int Int Int
#include<stdio.h>
#include<windows.h>/* using for color*/
struct user
{
char name[50];
int assignment_marks;
int quiz_marks;
int mid_marks;
int final_marks;
int classparticipation_marks;
int total_marks;
int i;
int sum1;
};
int main()
{
printf("/*=================================================================\n");
printf("/* CSEE1122: Computer Programming\n");
printf("/* Student Name : Abdullah Abid\n");
printf("/* Registration No.: BEE193041\n");
printf("/* Section No.: 1\n");
printf("/* Assignment No.: 6\n");
printf("/* Question No.# 01\n");
printf("/*==================================================================\n");
int z;
do
{
return 0;