+ 2
What's the coding for calculating area of a rectangle
3 Réponses
+ 3
Area = length * width
https://www.mathgoodies.com/lessons/vol1/area_rectangle
+ 2
Hello Alphaville , I see you're doing Java so I made this quickly with some explanations in the code - if you want to know more feel free to ask
https://code.sololearn.com/cZBITubmcUED/?ref=app
+ 1
In which programming language? And where is your attempt?