Skip to player
Skip to main content
Skip to footer
Search
Connect
Watch fullscreen
Like
Comments
Bookmark
Share
Add to Playlist
Report
Learn Programming Technique C to Master Skills - Multiple Selection Program (Flow chart)
Tutorials Arena
Follow
10/12/2024
Category
š
Learning
Transcript
Display full video transcript
00:00
Hello everyone, today I'm going to explain program of multiple selection, okay.
00:11
And in a multiple selection, we are going to take decision for more than one times,
00:18
so this is the program to display grade on basis of average marks, okay.
00:25
If every marks is between 80 to 100, then the grade which is going to display that is
00:33
what honors, if the average marks that is between 60 to 79 in the first division, if
00:40
the average marks between 50 to 59, second division, between 40 to 49, third division
00:47
and between 0 to 39, that is less than 40, then what, fail.
00:57
It's very easy program, I have to take only a single variable, so I have taken one variable
01:02
AB for the average marks, I'm going to input the average marks here, suppose I input what
01:07
90, so according to the question, I have placed here the disease, I have placed the condition
01:17
inside the decision box, if AB greater than equals to 80, yes, 90 is greater than 80,
01:26
so what's going to display, it's going to display what honors, okay.
01:31
Now, if and then the program is going to stop and if I again run the program with some another
01:38
value, suppose the average marks is what 65, so if 65 greater than 80, here the condition
01:46
will get false, it will come to the no part, if 65 greater than 60, yes, the condition
01:52
is true, it will come to the yes part and going to display what, first division.
01:58
The same way, if I input what 55, so here the condition will get false, it will come
02:05
to this if part, 55 greater than 60, here the condition will get false, here the condition
02:11
will get true, as the average marks is between 50 and 60, okay, so 55 greater than 50, come
02:20
to the yes part and then it's going to what display, second division.
02:25
The same way, if the marks is what 40, so 40 greater than 80, condition false, 40 greater
02:32
than 60, condition false, if 40 greater than 50, condition false, here if 40 equals to
02:38
40, here the condition true, it's going to display third division and then stop.
02:44
Then if I input what less than 40, so here the condition will get false, it will come
02:50
to no part, here the condition will get false, it will come to the no part, here the condition
02:57
will also get false and here also as the 33 greater than 40 condition false, it will come
03:02
to the no part and going to display what, fail and then stop.
03:08
So multiple times use of if, else if, else if like that, okay, in the next video I am
03:15
going to make the program of it, thanks.
Recommended
4:54
|
Up next
Learn Programming Technique C to Master Skills - Single If Statement Program (Flow Chart)
Tutorials Arena
10/12/2024
5:29
Learn Programming Technique C to Master Skills - Continuous If Program (Flow Chart)
Tutorials Arena
10/8/2024
6:33
Learn Programming Technique C to Master Skills - Multiple Selection Program
Tutorials Arena
10/12/2024
3:52
Learn Programming Technique C to Master Skills - Second Program of Loop (Flow Chart)
Tutorials Arena
10/17/2024
2:58
Learn Programming Technique C to Master Skills - Nested If Statement Program (Flow Chart)
Tutorials Arena
10/12/2024
3:51
Learn Programming Technique C to Master Skills - First Program of Loop (Flowchart)
Tutorials Arena
10/13/2024
4:57
Learn Programming Technique C to Master Skills - Loop With If Statement Program ( Flow Chart )
Tutorials Arena
10/13/2024
3:27
Learn Programming Technique C to Master Skills - Third Program of Loop ( Flow Chart)
Tutorials Arena
10/17/2024
4:55
Learn Programming Technique C to Master SkillsCharacter String Second Program (Flowchart)
Tutorials Arena
11/19/2024
4:01
Learn Programming Technique C to Master Skills - Fourth Program of Loop ( Flow Chart )
Tutorials Arena
10/13/2024
12:03
Learn Programming Technique C to Master Skills - Selection Sort Program
Tutorials Arena
11/1/2024
5:15
Learn Programming Technique C to Master SkillsCharacter String Third Program (Flowchart)
Tutorials Arena
11/19/2024
5:02
Learn Programming Technique C to Master SkillsCharacter String Fourth Program (Flowchart)
Tutorials Arena
11/19/2024
6:03
Learn Programming Technique C to Master Skills - Linked List ( Second Program)
Tutorials Arena
11/30/2024
4:54
Learn Programming Technique C to Master SkillsCharacter String Fifth Program ( Flowchart)
Tutorials Arena
11/19/2024
5:36
Learn Programming Technique C to Master Skills - Selection Sort ( Continue...)
Tutorials Arena
11/1/2024
8:06
Learn Programming Technique C to Master Skills - Linked List ( First Program)
Tutorials Arena
11/30/2024
16:34
Learn Programming Technique C to Master Skills - FIle Handling ( Explain of Program with help of Diagram)
Tutorials Arena
11/18/2024
9:20
Learn Programming Technique C to Master Skills - Union Program
Tutorials Arena
11/10/2024
4:17
Learn Programming Technique C to Master Skills - Linked List ( Create Node Program)
Tutorials Arena
11/30/2024
4:39
Learn Programming Technique C to Master Skills - If... else if Statement Program (Flowchart)
Tutorials Arena
10/8/2024
7:22
Learn Programming Technique C to MasterĀ Skills - Tenth Program of Function (Use of Different Datatypes)
Tutorials Arena
11/6/2024
2:44
Learn Programming Technique C to Master Skills - Switch Case Program ( Use of Character Value)
Tutorials Arena
10/19/2024
4:55
Learn Programming Technique C to Master Skills - Linked List Program
Tutorials Arena
12/2/2024
5:36
Learn Programming Technique C to Master Skills - Switch Case Program ( Use of Integer Value)
Tutorials Arena
10/19/2024