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
patrick.kast
NA
3
0
- - - Console - - -
Oct 23 2003 10:15 AM
For the school we have to write a programm in the console, which writes 5 Questions for multiplicating with an Array. We got these details and shall further work now using System; namespace CalculateTest { class Question { public int a,b,c,answer; public Question() { } public void AskQuestion() { } } class Class1 { static void Main(string[] args) { Frage[] fragen = new Frage[5]; for(int i=0;i
Reply
Answers (
3
)
System.NewBee.Me == Bob
how to do reference in a console application