Westonci.ca connects you with experts who provide insightful answers to your questions. Join us today and start learning! Discover the answers you need from a community of experts ready to help you with their knowledge and experience in various fields. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

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