0
votes
votes
2 answers
A little Help
a lot has changed from: [color=White] [Code] 10 PRINT "Hello World!" 20 PRINT "This is line two." 15 PRINT "Oops... This is Line Two..." [/CODE] [/color=white] or [CODE] $ SET SOURCEFORMAT" ...
blah blah blah is here! blah blah » Close
a lot has changed from: [color=White] [Code] 10 PRINT "Hello World!" 20 PRINT "This is line two." 15 PRINT "Oops... This is Line Two..." [/CODE] [/color=white] or [CODE] $ SET SOURCEFORMAT" ...
I'm learning c# and having some trouble understanding implementation of classes. Below is a simple program i was writing to use classes. it takes your name and age, stores them in a class and displays them. // Namespace Declaration ...