Basic

C# Program to display the product of two numbers

In this C# program, takes two integers form  user. Then, the product of those two integers is stored in a variable and displayed on the console screen.

Variables are defined in the first row. In the next lines, values are assigned to these variables.

In the last line we print the result of processing on the screen.

Output:

You can find more similar examples of programming for this programming language in the site.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.