Solution help with task | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

5th Nov 2023, 7:04 PM
Dariusz Jenek
Dariusz Jenek - avatar
6 Answers
+ 5
That link isn't working for me in app or on desktop. Just post the lesson name and name of the challenge.
5th Nov 2023, 7:52 PM
Keith
Keith - avatar
5th Nov 2023, 8:45 PM
Ausgrindtube
Ausgrindtube - avatar
+ 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.
6th Nov 2023, 10:19 PM
Ausgrindtube
Ausgrindtube - avatar
+ 2
I have already succeded with this task on my own. You aere very helpful. Thanks a lot!
7th Nov 2023, 9:53 AM
Dariusz Jenek
Dariusz Jenek - avatar
+ 2
Great work Dariusz Jenek! Happy you could get there yourself. Enjoy your coding journey!
7th Nov 2023, 8:04 PM
Ausgrindtube
Ausgrindtube - avatar
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
6th Nov 2023, 8:23 PM
Dariusz Jenek
Dariusz Jenek - avatar