IDNLearn.com provides a user-friendly platform for finding and sharing accurate answers. Ask your questions and get detailed, reliable answers from our community of experienced experts.

What is the value of the variable intresult, given: int a = 3, b = 2, c = 10, intresult; intresult = c *b;

Sagot :

The integer value of the given integers is 20.

According to the statement

we have given that the some integers values like a = 3, b = 2, c = 10 and we have to find the intresult = c *b it means integer result = c *b

So, For this purpose we know that the

An integer is a whole number (not a fractional number) that can be positive, negative, or zero.

And here integer a = 3 and b = 2 and c = 10 and we have to find the value of c *b then

intresult = c *b

Substitute the values in it then

intresult = 10 *2

intresult = 20.

So, the intresults is 20 from the given numbers.

Hence, The integer value of the given integers is 20.

Learn more about integers here

https://brainly.com/question/17695139

#SPJ4