TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
lovlly bersbe
NA
20
8.6k
C# - methods - How to Create a console-based program?
Sep 10 2014 3:46 AM
How to Create a console-based program whose Main() method
holds two integer variables. Assign values to the variables.
Within the class, create two methods, Sum() and
Difference(), that compute the sum of and difference
between the values of the two variables, respectively. Each
method should perform the computation and display
the results. In turn, call each of the two methods from
Main(), passing the values of the two integer variables.?
Reply
Answers (
6
)
C#
Import excel data to a data table