logo

Crowdly

Browser

Add to Chrome

Let's say that we have a language that allows us to do the following x = 4 + 5; ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Let's say that we have a language that allows us to do the following

x = 4 + 5;             // the integer x now = 9
y = 6.43 + 3.2;        // the real number y now = 9.63
z  = "abc" + "123";    // the string z now = "abc123"

So here we have the + operator being used in a very consistent way, for each of the three types of data. We generally we refer to this element of language design as...?

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.concordia.ca?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome