Computer Science, asked by utkarshsUtkarsh2764, 1 year ago

This condition specifies what must be true when a routine is invoked

Answers

Answered by Anonymous
0
✔✔✔✔Ur answer✔✔✔✔


⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐
Assertions are generally useful for testing the ⭐pre- and post-conditions⭐ of a routine.

✔✔✔✔✔✔✔✔✔✔✔✔✔

A pre-condition specifies what must be true when a routine is invoked.


✔✔✔✔✔✔✔✔✔✔✔✔✔


If any value ✔<= 25✔ is passed as input to the function the assertion statement halts the execution of the program and triggers an ⭐error Assertion Failed⭐
Similar questions