asked 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.

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'.

answered
User Darren Gosbell
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.