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
Nath
NA
34k
0
Inheritance problem
Apr 18 2006 12:25 PM
Why won't this code work?
using
System
;
using
System
.
Windows
.
Forms
;
namespace
Practice
{
class
Practice
{
public
static
void
Main
()
{
// declare and assign a string variable called human
string
human
;
human
=
"Walking & talking life"
;
// declare and assign an int variable called mind
int
mind
;
mind
=
100
;
// Print the value of the variables to the console
Console
.
WriteLine
(
mind
);
Console
.
WriteLine
(
human
);
}
}
class
Continued
{
public
static
void
notMain
()
{
MessageBox
.
Show
(
human
);
MessageBox
.
Show
(
mind
);
}
}
}
Reply
Answers (
1
)
Using Tabs in Web Pages
Create email in vb.net