14.9k views
3 votes
In the line of code, "set the value of area to length*width", "area" is a ____.

User LiuLang
by
5.2k points

1 Answer

6 votes
Area is a variable. Dependent on what data type length and width is measured in, area can be an int or a float variable.
User Dan Morgan
by
5.4k points