start input A & B if A>B print A is greatest if B>A print B is greatest stop james ola writes.....SOT.
Accept 5 numbers in an array and display it.
Accept 3 natural numbers and check whether it firms pythagorean triplet
identification division. program-id. greatest. environment division. data division. working-storage section. 77 a pic 999. 77 b pic 999. 77 c pic 999. procedure division. greatest. display "ENTER THE THREE NUMBERS:". accept a. accept b. accept c. if a > b and a > c display a "is greatest" else if b > c display b "is greatest" else display c "is greatest". display " thank you". stop run.
#include using std::cout;using std::cin;using std::endl;int main(){double firstNumber = 0;cout > firstNumber;double secondNumber =0;cout
start, inputbox,inputbox,inputbox,inputbox,inputbox,progresh,display,stop
start accept a,b and c c=a+b display c stop
program that display the area of a circle of a reduce
start input A & B if A>B print A is greatest if B>A print B is greatest stop james ola writes.....SOT.
Accept 5 numbers in an array and display it.
Convert this in flow chart and see if it can help Start Display "Enter 2 numbers" Accept 2 numbers A & B Divide the A with B Is result Zero? ---- No - A is not Dividable with second Yes - A is Dividable with second End
Accept 3 natural numbers and check whether it firms pythagorean triplet
identification division. program-id. greatest. environment division. data division. working-storage section. 77 a pic 999. 77 b pic 999. 77 c pic 999. procedure division. greatest. display "ENTER THE THREE NUMBERS:". accept a. accept b. accept c. if a > b and a > c display a "is greatest" else if b > c display b "is greatest" else display c "is greatest". display " thank you". stop run.
Start accept 7 number calculate sum print sum stop
as
#include using std::cout;using std::cin;using std::endl;int main(){double firstNumber = 0;cout > firstNumber;double secondNumber =0;cout
start accept P ci =A-P A=P+i Print Ci Print C STOP