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