In this post, I’ll show you how to calculate square root of a number with Pseudocode
Pseudocode : Calculate the Square Root of a Number
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | BEGIN NUMBER root=1, counter=0,num OUTPUT "Enter a number for calculate the root" INPUT num WHILE sayac < sayi+1 THEN i=i+1 root=(num/root+root)/2 END WHILE OUTPUT root END |
Please can you help with Pseudocode for integral function
Given a definite integral
a=integral F(X)dx, limit= starting: a , ending: b
where 0
B