Answer to Question #267023 in C++ for pakie

Question #267023

What will the value of the answer variable be after the code segment below has been run.

int answer = 5; 

int number10 = 14, number39 = 8; 

  

answer += number10 * number39; 




1
Expert's answer
2021-11-16T18:35:55-0500
using namespace std;


//What will the value of the answer variable be after the code segment below has been run.


int main()
{
	int answer = 5; 
	int number10 = 14, number39 = 8; 
	answer += number10 * number39; 
	cout<<"\n\tanswer = "<<answer;
	return(0);
}




Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS