write a program to create a function that returns the square of a supplied number (in qbasic)
Answers
Answered by
0
Answer:
public long square(int s){
return s*s;
}
//this program is in java
Similar questions
Math,
5 months ago
Geography,
5 months ago
Physics,
10 months ago
Psychology,
1 year ago
Math,
1 year ago