Computer Science, asked by purshottam, 1 year ago

Which statement in c++ is controlled loop?


siddhartharao77: which controlled loop r u asking about. Entry or exit?
purshottam: Thnx for ur answr
purshottam: In which chapter i found this ques in general oop concept or getting started with c++
siddhartharao77: These are the basic questions.So You can find this type of questions in unit 1.
purshottam: Ohk tnks it really helps

Answers

Answered by siddhartharao77
2
Entry controlled loop - While loop and for.

Exit controlled loop - do while loop.


Hope this helps!

purshottam: Ty
Similar questions