00:01
In this question we have to write the code using the while loop.
00:03
So we are writing in the c language.
00:05
So we have hashtag include.
00:08
This has no spaces there.
00:10
So hashtag include.
00:13
This is studio .h htdio .h so now we are having integer main and integer age comma final mark which we write like this.
00:37
Then we have while.
00:39
We are putting the value 1.
00:41
So this is input age and final mark.
00:43
So we have that printf.
00:45
That is enter age of the student.
00:55
Then the age will be entered.
00:57
Then we have to scan this.
00:59
So this is scanf.
01:01
We have percent t comma end age.
01:09
Then we have to again do the printf.
01:13
Here we have to enter marks that is obtained.
01:21
Then what we have to do.
01:23
Again this is printf.
01:23
This is scanf.
01:24
This is percent t and final mark...