0
Solution help with task
Could You help me with the solution of this https://www.sololearn.com/learn/courses/web-development/code-coach/1881351055?returnUrl=/learn/courses/web-development/lesson/1157468234?p=7 task, please? I do not know how to do it
6 Réponses
+ 5
That link isn't working for me in app or on desktop. Just post the lesson name and name of the challenge.
+ 4
As well as doing what Keith said, please read the following and update a bit more for someone to better help you.
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
https://code.sololearn.com/WZ8lkR6gTex6/?ref=app
https://code.sololearn.com/W3uiji9X28C1/?ref=app
https://code.sololearn.com/W0uW3Wks8UBk/?ref=app
+ 3
You need to create 2 variables, which both accept integers as input. Then you output the result of multiplying the 2 variables.
Please read my codes above and then you can attach your attempt.
+ 2
I have already succeded with this task on my own. You aere very helpful. Thanks a lot!
+ 2
Great work Dariusz Jenek! Happy you could get there yourself.
Enjoy your coding journey!
0
https://www.sololearn.com/learn/courses/web-development/code-coach/1881351055?returnUrl=/learn/courses/web-development/lesson/1157468234?p=7
Area Of a Rectangle
Return
We need to calculate the area of a given rectangle.
The given program takes the width and length as input.
Complete the area function, which takes the length and width as arguments, to calculate and return the area.
Then call the function for the given inputs.
Input Example
7
4
Output Example
28
To find the area of a rectangle, multiply the length by the width.
Lesson Takeaways
Section Functions of Web Developmebt Course