Define Stubs
Define stubs for the methods called by the below main(). Each stub should print "FIXME: Finish methodName()" followed by a newline, and should return -1 . Example output:
FIXME: Finish getUserNum()
FIXME: Finish getUserNum()
FIXME: Finish computeAvg()
Avg: -1
import java.util.Scanner;
public class MthdStubsStatistics {
/*Your Answer Goes Here*/
public static void main(String [] args) {
int userNum1;
int userNum2;
int avgResult;
userNum1 = getUserNum();
userNum2 = getUserNum();
avgResult = computeAvg(userNum1, userNum2);
System.out.println("Avg: " + avgResult);
}
}
5 years ago
1
Answer(0)
other Questions(10)
- HLT520 Week 3 Assignment
- Module 3: Assignment 2.
- What is the argument in support of torture? What is the argument against it? Be sure to refer to the applicable ethical systems. Do you believe the use of torture by U.S. officials is ethical?
- Discussion
- See Description Week 9 online
- 2-3 pages
- Organizational Plan for the Capstone Project
- Network Technology Concepts
- Miss Pro
- Should Physical Education Be Mandatory K-12