User Profile

Collapse

Profile Sidebar

Collapse
myburt
myburt
Last Activity: Aug 6 '07, 04:21 PM
Joined: Jun 8 '07
Location: Kansas City
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • myburt
    started a topic making a virtual object in c#
    in .NET

    making a virtual object in c#

    I'm working on very simple lessons to learn c #.
    Can anyone give an example of how to make a virtual object such as these


    Thank You.

    Code:
    namespace critter_menu
    {
        class Program
        {
            static void Main(string[] args)
            {
                bool keepgoing = true;
                int choice;
                critter mycritter=new critter();
    ...
    See more | Go to post

  • myburt
    started a topic program in C# for a console app
    in .NET

    program in C# for a console app

    Hi im writing a very "simple" program in C# for a console app..
    I'm supposed to make a program that asks a user how many dice to roll, rolls a six sided die that many times, and returns the total and average roll.(this is all coming out of a book "C# programming for absolute beginners")
    I cant figure how to get the value of the dice roll outside of the for statement please help.

    Code:
    {
        class
    ...
    See more | Go to post
No activity results to display
Show More
Working...