You are on page 1of 1

lab-

prctice
1 C++ code print the following number(while loop).

loop
stateme
nt
1

2 C++ code that print multiplication table by accepting its size(use while loop). i.e 10

3. write the c++ code that prints the tree in the following way(while).

4. write the C++ code that prints the word for integer digit by accepting value(switch).
5. Develop times table by using for loop.

You might also like