import java.util.List; final class HandshakeCalculator { List calculateHandshake(int number) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }