74.2k views
0 votes
Write two assignment statements. The first should assign 3.5 to a variable named length, and the second should assign 1.55 to a variable named width.

User GorillaApe
by
8.4k points

1 Answer

1 vote

Final answer:

Two assignment statements can be written to assign values to the variables 'length' and 'width'.

Step-by-step explanation:

Two assignment statements can be written to assign values to the variables 'length' and 'width'. The first statement would be: length = 3.5, and the second statement would be: width = 1.55. These statements assign the value 3.5 to the variable 'length' and the value 1.55 to the variable 'width'.

User Darren Gosbell
by
8.1k points

No related questions found