HOTSPOT -
You are writing a Java method named countdown.
The method must meet the following requirements:
✑ Accept an int parameter named start
✑ Display all numbers from start to zero in decrements of one
How should you complete the code? To answer, select the appropriate code segments in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
