Chat with us, powered by LiveChat Code hs answers.docx - function start)cfw square - STUDENT SOLUTION USA

My professor has given me an assignment on the related topic. Please assist with the assignment so that we can submit the assignment ASAP. As I am facing difficulty with the topic.Code hs answers.docx – function start)cfw square
function start(){
                     square(5);
}
function square(x){
                    var doubleX = x * x;
                    println(doubleX);
}
function start(){
square(5);

error: Content is protected !!