Write a declaration for variables length, width, and area that can hold values like 13.5 and 14.6.
.
.
Click on the title for the solution
.
.
.
Click on the title for the solution
.
.
This is the answer:
:
float length, width,area;
Comments
Post a Comment