Post-Conditions

Practice Questions

Computer Science › Post-Conditions

Questions
1
1

double square(double n){

return n*n;

}

What MUST be true immediately after the above code snippet has run?

Return to subject