Help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help me?

Write a program that takes in two inputs (length and width) from the user and multiply them to display the area. To do this, you’ll need three variables; length, width and area. Two of them, length and width, will be of String type but must be later converted into int type before we do multiplication.

27th Aug 2017, 12:31 PM
Joben Tuazon
Joben Tuazon - avatar
0 Answers