Skip to player
Skip to main content
Search
Connect
Watch fullscreen
Like
Bookmark
Share
More
Add to Playlist
Report
Learn Programming Technique C to Master Skills - Explanation of Second Program in Flowchart
Tutorials Arena
Follow
1 year ago
Category
📚
Learning
Transcript
Display full video transcript
00:00
Hello everyone, this is Sandeep. In this program I am going to input the values of principal,
00:08
rate of interest and time. The last program which I have created in that I have given
00:15
the fixed value of principal, rate of interest and time. In this program I am going to input
00:23
the values from the keyboard. I am going to input the principal from the keyboard, I am
00:28
going to input the rate of interest and I am going to input the time. Let us understand
00:33
the program in flowchart. I have taken the four variables s, p, r and t. So inside the
00:39
random access memory four sub locations are going to create that is what p, r, t and s.
00:47
And I am going to input the principal, rate of interest and time. So when I input the
00:51
principal suppose I input 2600, so it's going to store inside p and I will input what 3,
01:01
so that is going to store inside r and then I am going to store what 2, so that is going
01:05
to store inside t. So time is what 2. Then the calculation will take place and the resulted
01:12
value is going to store inside s for the simple interest. So this is the resulted value and
01:18
then the result is going to display on the screen. So this is the program that is going
01:23
to display. I hope you understand how to input the values and then to run the program. If
01:35
I again run this program and then what will happen again the four locations are going
01:41
to create s, p, r, t okay and then I will input the values in p, r and t. The calculation
01:49
work will take place and the resulted value is going to store inside s. So I will get
01:54
a different result, I will get a different simple interest and then simple interest is
01:59
going to display okay. So I am going to implement this program in C in my next video. Thanks
02:09
for today.
Be the first to comment
Add your comment
Recommended
4:14
|
Up next
Learn Programming Technique C to Master Skills - Explanation of Second Program
Tutorials Arena
1 year ago
2:41
Learn Programming Technique C to Master Skills - Explanation of First Program of C Language in Flowchart
Tutorials Arena
1 year ago
3:52
Learn Programming Technique C to Master Skills - Second Program of Loop (Flow Chart)
Tutorials Arena
1 year ago
8:04
Learn Programming Technique C to Master Skills - File Handling Second Program
Tutorials Arena
1 year ago
8:07
Learn Programming Technique C to Master Skills - Loop with if Statement Second Program
Tutorials Arena
1 year ago
4:55
Learn Programming Technique C to Master SkillsCharacter String Second Program (Flowchart)
Tutorials Arena
1 year ago
3:27
Learn Programming Technique C to Master Skills - Third Program of Loop ( Flow Chart)
Tutorials Arena
1 year ago
8:18
Learn Programming Technique C to Master Skills - Loop Within Loop Program Explanation in Flow chart
Tutorials Arena
1 year ago
9:09
Learn Programming Technique C to Master Skills - Second Program( Call by Reference)
Tutorials Arena
1 year ago
3:51
Learn Programming Technique C to Master Skills - First Program of Loop (Flowchart)
Tutorials Arena
1 year ago
4:57
Learn Programming Technique C to Master Skills - Loop With If Statement Program ( Flow Chart )
Tutorials Arena
1 year ago
11:41
Learn Programming Technique C to Master Skills - Second Program of Array
Tutorials Arena
1 year ago
10:31
Learn Programming Technique C to Master Skills - Explanation of Pointer - II
Tutorials Arena
1 year ago
10:08
Learn Programming Technique C to Master Skills - Seventh Program of Function - II
Tutorials Arena
1 year ago
4:01
Learn Programming Technique C to Master Skills - Fourth Program of Loop ( Flow Chart )
Tutorials Arena
1 year ago
7:52
Learn Programming Technique C to Master Skills - Second Program of Function ( Return Value ) - II
Tutorials Arena
1 year ago
5:23
Learn Programming Technique C to Master SkillsCharacter String Second Program
Tutorials Arena
1 year ago
7:04
Learn Programming Technique C to Master Skills - Recursive Function - II
Tutorials Arena
1 year ago
5:59
Learn Programming Technique C to Master Skills - File Handling Second Program (Continue..)
Tutorials Arena
1 year ago
5:29
Learn Programming Technique C to Master Skills - Continuous If Program (Flow Chart)
Tutorials Arena
1 year ago
12:06
Learn Programming Technique C to Master Skills - Continuous If Statement Program
Tutorials Arena
1 year ago
8:08
Learn Programming Technique C to Master Skills - First Program of Function
Tutorials Arena
1 year ago
5:02
Learn Programming Technique C to Master Skills - Third Program of Loop
Tutorials Arena
1 year ago
4:54
Learn Programming Technique C to Master Skills - Single If Statement Program (Flow Chart)
Tutorials Arena
1 year ago
6:03
Learn Programming Technique C to Master Skills - Linked List ( Second Program)
Tutorials Arena
1 year ago
Be the first to comment