Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

C++ (very essy for beginners) Can you EXPLAIN to me how does this work?? I dont understand how can the answer be 125 Thank you!

C++ (very essy for beginners)
Can you EXPLAIN to me how does this work??
I dont understand how can the answer be 125
Thank you! image text in transcribed
How do I compare j = 1? if I only have "num"??
QUESTION 2 Suppose j, sum, and num are int variables, and the input is 26 34 61 4 -1. What is the output of the code? sum = 0; cin >> num; for (int j = 1; j > num; cout

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

=+ (b) Show that no record stands forever.

Answered: 1 week ago