Exercise 1: Multiplication table
Explore how to use the do-while loop in C# by developing code that prints multiplication tables up to 10. Learn to append computed values into a string and understand loop control concepts through practical application.
We'll cover the following...
We'll cover the following...
Problem Statement
Write a code which will
- Print the multiplication table of a
numberup to 10. - You have to use
do-whileloop for solving this problem. - Your code should return the