2023 I am having trouble with these two programs I keep getting this error for both programs and I don t know | Assignment Collections

Computer Science 2023 Visual Studio And Visual Basic Programming In C#

2023 I am having trouble with these two programs I keep getting this error for both programs and I don t know | Assignment Collections

I am having trouble with these two programs I keep getting this error for both programs and I don’t know how to fix it

 

ERROR Cannot declare namespace in script code

 

 

1. Write a console application called DayDreaming that declares a minutes variable to represent time spent daydreaming on the job. Assign a value to that variable in your program then display the value in hours and minutes. (For example, 122 minutes would be displayed as “2 hours and 2 minutes.”)

 

 

2. Write a console application called ScoreMonger that declares five variables to hold test scores. In your program, assign values to each variable then compute an average of the scores and display the average of the test scores to one (1) decimal place.

 

 

 (1)

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

 

namespace DayDreaming

{

    class DayDreaming

    {

        //declaring variables

        private int inputMinutes;

 

        //a method to process input

        private void processInput(int minutes)

        {

            if (minutes > 60)

            {

                int hours = (minutes-minutes%60) / 60;

                int reminder = (minutes-hours* 60);

                Console.WriteLine(hours + ” hours ” + reminder + ” minutes”);

            }

        }

        //the main method

        static void Main(string[] args)

        {

            Console.WriteLine(“How many minutes were spent day dreaming? “);

            string input = Console.ReadLine();

            DayDreaming mc = new DayDreaming();

            mc.inputMinutes = Convert.ToInt32(input);

            mc.processInput(mc.inputMinutes);

            Console.ReadKey();

        }

    }

}

 

 

(2)

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

 

namespace ScoreMonger

{

    class ScoreMonger

    {

        //declare score and average variables

        private int scoreOne;

        private int scoreTwo;

        private int scoreThree;

        private int scoreFour;

        private int scoreFive;

        private double average;

 

        //a method to compute average score

        private void computeAverageScore()

        {

            double avg = (double) (this.scoreOne + this.scoreTwo + this.scoreThree + this.scoreFour + this.scoreFive) / 5;

            this.average = Math.Round(avg, 1);

        }

        //method to request for scores

        private void requestForScores()

        {

            Console.WriteLine(“Enter Score 1: “);

            this.scoreOne = Convert.ToInt32(Console.ReadLine());

            Console.WriteLine(“Enter Score 2: “);

            this.scoreTwo = Convert.ToInt32(Console.ReadLine());

            Console.WriteLine(“Enter Score 3: “);

            this.scoreThree = Convert.ToInt32(Console.ReadLine());

            Console.WriteLine(“Enter Score 4: “);

            this.scoreFour = Convert.ToInt32(Console.ReadLine());

            Console.WriteLine(“Enter Score 5: “);

            this.scoreFive = Convert.ToInt32(Console.ReadLine());

        }

        //the main method

        static void Main(string[] args)

        {

            ScoreMonger sm = new ScoreMonger();

            sm.requestForScores();

            sm.computeAverageScore();

            Console.WriteLine(“The average score is ” + sm.average);

            Console.ReadKey();

        }

 

    }

 

}

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

#write essay #research paper #blog writing #article writing #academic writer #reflective paper #essay pro #types of essays #write my essay #reflective essay #paper writer #essay writing service #essay writer free #essay helper #write my paper #assignment writer #write my essay for me #write an essay for me #uk essay #thesis writer #dissertation writing services #writing a research paper #academic essay #dissertation help #easy essay #do my essay #paper writing service #buy essay #essay writing help #essay service #dissertation writing #online essay writer #write my paper for me #types of essay writing #essay writing website #write my essay for free #reflective report #type my essay #thesis writing services #write paper for me #research paper writing service #essay paper #professional essay writers #write my essay online #essay help online #write my research paper #dissertation writing help #websites that write papers for you for free #write my essay for me cheap #pay someone to write my paper #pay someone to write my research paper #Essaywriting #Academicwriting #Assignmenthelp #Nursingassignment #Nursinghomework #Psychologyassignment #Physicsassignment #Philosophyassignment #Religionassignment #History #Writing #writingtips #Students #universityassignment #onlinewriting #savvyessaywriters #onlineprowriters #assignmentcollection #excelsiorwriters #writinghub #study #exclusivewritings #myassignmentgeek #expertwriters #art #transcription #grammer #college #highschool #StudentsHelpingStudents #studentshirt #StudentShoe #StudentShoes #studentshoponline #studentshopping #studentshouse #StudentShoutout #studentshowcase2017 #StudentsHub #studentsieuczy #StudentsIn #studentsinberlin #studentsinbusiness #StudentsInDubai #studentsininternational