Showing posts from July, 2021

The Break Statement

The Break Statement Break leaves a loop, even if the condition for its end is not fulfilled. It can be used …

C++ Arithmetic Operators

C++ Arithmetic Operators: C++ uses operators to do arithmetic. It provides operators for five basic arithmet…

Do While loop

Do While Loop DO while loop: Unlike for and while loops, which test the loop condition at the top of the loo…

What is Commerce

What is Commerce Commerce is an important part of a business. It is an interchange of goods or commodities. I…

That is All