• 0

C# Programming - my assignment was to write code making Fido bark 5 times (while loop) and run 10 times (for Loop)


Question

I am getting error messages and the code won't build.

 

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Assignment07
{using System; using System.Collections.Generic; using System.Linq; using System.Text
 
namespace Assignment07 {     class Dog     {         public void bark(string dogsName)         {             Console.WriteLine(dogsName + " is barking");         }         public void run(string dogsName)         {             Console.WriteLine(dogsName + " is running");         }     } 
 
    class Program     {         static void Main(string[] args)         { 
 
            Dog fido = new Dog(); 
 
            fido.bark("Fido
 
            fido.run("Fido
 
            Console.Write("Hitkey to close"); Console.ReadKey(true);         }     } } 

    class Dog
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Assignment 07");
            Console.WriteLine("This program is written by Vickie Primes");
        }

        public void bark (string dogsName)
        { 
            int barking = 0;
            while(barking < 5){
                barking = barking +1;
                {
                Console.WriteLine(dogsName + " is barking");
               
        public  string running { get; set; }}
      
                   
        public void Run(string dogsName)
        {
                for (var i = 0; i < 10; i++)
                running = "1 + 1";
                Console.WriteLine(dogsName + "is running");

            Dog fido = new Dog();

            fido.bark("Fido

            fido.run("Fido

            Console.Write("Hitkey to close"); Console.ReadKey(true);
        }
    
public  string running { get; set; }}
      
    
 

4 answers to this question

Recommended Posts

  • 0
using System;
namespace ConsoleApp1
{
    public class Program
    {
        public static void Main(string[] args)
        {
            var myDog = new Dog("Vickie");

            var barking = 0;
            while(barking < 5)
            {
                barking++;
                myDog.Bark();
            }

            for(var running = 0; running < 10; running ++)
            {
                myDog.Run();
            }
        }
    }

    class Dog
    {
        public string Name { get; set; }
        public Dog(string name)
        {
            Name = name;
        }
        public void Run() {
            Console.WriteLine(Name + " is running");
        }
        public void Bark() {
            Console.WriteLine(Name + " is barking");
        }
    }
}

LOL. Hope you become an awesome programmer one day :)

  • Like 1
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • The article says the whole setup is about the size of a pencil case which sounds pretty portable to me.
    • I thought router has to have 6 Ghz band to be called wifi-7, guess I was wrong...
    • I have the Pixel 9 Pro XL...Unless this thing is "leaps and bounds" faster than the 9, I'll pass. And by leaps and bounds, I don't mean on benchmarks. "Real world" faster. Most people don't even come close to topping out the performance of their phones. Tensor G5 is Google's most powerful chip to date, boasting a staggering 36 percent performance leap over G4.
    • MIT's stunning 'bubble wrap' device squeezes water out from thin air even in deserts by Sayan Sen Image by Matteo Roman via Pexels Massachusetts Institute of Technology (MIT) engineers have built a new kind of device that can pull clean drinking water straight out of the air—no electricity needed. It’s designed for areas where water is scarce and traditional sources like rivers or lakes aren’t reliable. Right now, more than 2.2 billion people globally don’t have access to safe drinking water. In the United States alone, 46 million face water insecurity, with either no running water or water that’s not safe to drink. This new device, called an Atmospheric Water Harvesting Window (AWHW), uses a unique hydrogel panel that looks like black bubble wrap. These dome-shaped bubbles soak up water vapor from the air, especially at night when humidity is higher. During the day, sunlight makes the vapor inside evaporate. That vapor then condenses on a glass surface and drips down through a tube, turning into drinkable water. The AWHW doesn’t rely on power sources like batteries or solar panels. It’s completely passive, meaning it works on its own. The team tested a meter-sized panel in Death Valley, California, one of the driest places in North America, and got between 57.0 and 161.5 milliliters of water per day even with humidity as low as 21 percent. That’s more than what other similar passive devices have managed. “We have built a meter-scale device that we hope to deploy in resource-limited regions, where even a solar cell is not very accessible,” said Xuanhe Zhao, a professor at MIT. “It’s a test of feasibility in scaling up this water harvesting technology. Now people can build it even larger, or make it into parallel panels, to supply drinking water to people and achieve real impact.” Another cool part of the design is how they kept the water safe to drink. Usually, these kinds of hydrogels use salts like lithium chloride to absorb more vapor but that can lead to salt leaking into the water, which isn’t ideal. To solve this, MIT’s team mixed in glycerol, a compound that helps keep salt locked inside the gel. In testing, the lithium ion concentration in the harvested water stayed below 0.06 ppm (parts per million), which is way below the safe limit. The hydrogel domes also give the material more surface area, letting it collect more vapor. The outer glass panel is coated with a special polymer film that helps cool the glass, making it easier for vapor to condense. “This is just a proof-of-concept design, and there are a lot of things we can optimize,” said lead author Chang Liu, now a professor at the National University of Singapore. “For instance, we could have a multipanel design. And we’re working on a next generation of the material to further improve its intrinsic properties.” Published in Nature Water, the study says the AWHW could last at least a year and shows promise for making safe, sustainable water in places with harsh climates. The researchers believe an array of vertical panels could one day supply water to individual households, especially in remote or off-grid locations. Source: MIT News, Nature This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    • Clear Linux is open source, indeed, so its source code is available for anyone. They're just shutting down its support from them, they're not forbidding anyone else from taking over.
  • Recent Achievements

    • One Month Later
      Ricky Chan earned a badge
      One Month Later
    • First Post
      leoniDAM earned a badge
      First Post
    • Reacting Well
      Ian_ earned a badge
      Reacting Well
    • One Month Later
      Ian_ earned a badge
      One Month Later
    • Dedicated
      MacDaddyAz earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      ATLien_0
      209
    3. 3
      Michael Scrip
      202
    4. 4
      Xenon
      144
    5. 5
      +FloatingFatMan
      121
  • Tell a friend

    Love Neowin? Tell a friend!