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
English,
6 months ago
Math,
6 months ago
Physics,
1 year ago
Psychology,
1 year ago
Math,
1 year ago