Page 1 of 1

Write an ADA program that will be able to accept 2 numbers and perform an addition to them. Display the result of the ad

Posted: Sun May 15, 2022 12:26 pm
by answerhappygod
Write an ADA program that will be able to accept 2 numbers and
perform an addition to them. Display the result of the addition.
Next, for every positive result, display the output as “Positive
Result”. For every negative result, display that the output as
“Negative Result”.
Complete program code:
Screenshot program code:
Screenshot output: