โ Back to Classes
Question 446
Elevator Class
Elevator Class
Create a classElevatorwith a public int fieldFloor(starts at 0). AddUp()which moves up one floor but never above 10, andDown()which moves down one floor but never below 0. Do not write aMainmethod. After callingUp()three times the program prints: 3
Expected Output:
3
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.