0%
0 / 1 answered
Post-Conditions Practice Test•1 Questions
Question
1 / 1
Q1
double square(double n){
return n*n;
}
What MUST be true immediately after the above code snippet has run?
double square(double n){
return n*n;
}
What MUST be true immediately after the above code snippet has run?