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.
1 ответ