1. Course
  2. Data types A
  3. Multiplication table

Multiplication table


Last updated: 8/22/2020 Difficulty: Easy

Write a program in C# that asks the user for a number x and shows the result of his multiplication table from 1 to 10.

Input

5

Output

5x1= 5
5x2= 10
5x3= 15
5x4= 20
5x5= 25
5x6= 30
5x7= 35
5x8= 40
5x9= 45
5x10= 50

Solution

Data types A

7 / 8

Android App


Practice C# anywhere with the free app for Android devices.

Android App

Exercises C# by difficulty


Learn C# at your own pace, the exercises are ordered by difficulty.

Make a donation


Your donations support our work and contribute to the maintenance of the app.

Advertising