draw a flowchart to display the first tenth even number
Chat with our AI personalities
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