CJCoding With Joseph
15per day

Podcast Implements Seekable

Create a class Podcast that implements the Seekable interface. Track an integer field time that starts at 0.

Requirements:
- seekForward adds seconds to time
- seekBackward subtracts seconds from time
- getTime returns the current time

Do NOT write a main method.

Expected Output:

7
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.