How to make in one line | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
1st Dec 2019, 4:43 PM
Evaldas
Evaldas - avatar
6 Answers
0
Your code doesn't run. Kindly rectify the errors.
1st Dec 2019, 4:56 PM
Avinesh
Avinesh - avatar
0
There are no errors it works on codeblocks .just not here somehow .migh be cause cin is in a loop and requires input everytime .
1st Dec 2019, 4:57 PM
Evaldas
Evaldas - avatar
0
I wrote output in comments below code. And how i want it to be
1st Dec 2019, 4:58 PM
Evaldas
Evaldas - avatar
0
Yes that is the problem I see, and it is just alignment problem you have I guess. You can correct it after a couple of trial and error.
1st Dec 2019, 4:59 PM
Avinesh
Avinesh - avatar
0
Yeah alignment is not good cont know how to make it output in one line
1st Dec 2019, 5:01 PM
Evaldas
Evaldas - avatar
0
Do you want something like this: cout << k << " + "<< sum; If you initialize k, the code works.
1st Dec 2019, 6:49 PM
Denise Roßberg
Denise Roßberg - avatar