Модуль: IB DP Paper 2 HL May 2019


3. 14-g

Construct the method
public Cart leaveLine(int n)
that removes the cart at position n from line by shifting down all the array entries bigger than n, before returning the indicated Cart object. You may assume that a cart exists at position n.

Вставьте недостающие фрагменты кода
Java