Please I am on the copying arrays video, and I am not entirely sure what is wrong with my code. Please help.
You are using sizeof() instead of size().
sizeof()
size()
If it still does not work, check if your version is C++20.