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
Shohibul Jalal
NA
12
4.3k
How to Call a class
Sep 7 2016 3:12 PM
i have built a small program, but i have problem when i want to call class to Main . <br /><br /><div>here is the code : </div><div> </div><div> </div><div> class Operation<br /> {<br /> public static int[,] addition(int x, int y, int z, int c)<br /> {</div><div> //some of my code</div><div> }</div><div>}</div><div> </div><div>I want to call it into main and show all off the value inside that class. Could you help me to solve this</div><div> </div>
Reply
Answers (
6
)
Prompt user for Test Scores -- Need Help
how to get processes belonging to Win32 in c#