00:01
Hello students, here is the simple flow chart for the program.
00:06
So that is that takes the input one we'll start the program with the entering of with from the users to enter the value of a and the b then we will calculate the sum of this by using the calculate sum method then we will differentiate this function by a minus b then we will display separately the calculated result of sum as well as the difference and then it ends the loop.
00:35
So here so for this we will write the pseudocode as we will initially begin with like you will enter the as output, output enter the value a, enter a value a this will prompt the users to enter the value a now the input, input a this will reach the user's input and stores it in a variable a.
01:15
Similarly we will also prompt the users to enter the value b, enter the value b then later reads the b value later reads the user's input and store it in a variable b.
01:38
Now with the function as sum, sum is equal to a plus b.
01:46
So this will calculate the sum of a and b and stores it in a variable named as in a sum.
01:54
So next similarly let's take the difference, difference as difference of a minus b...