0
Write a program in c++ , enter two values and print them Together by while loop
for example a=214 b=893 c=214893
2 ответов
+ 1
are you sure you want to use a while loop for that? it would be easier to just save/transfer them to string and then just add them together
0
yes I want to use while loop because my teacher said do it with while loop