Chat with us, powered by LiveChat Visual Studio And Visual Basic Programming In C# | Writedemy

Visual Studio And Visual Basic Programming In C#

Visual Studio And Visual Basic Programming In C#

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();

}

 

}

 

Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

Do you need an answer to this or any other questions?

About Writedemy

We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.

How It Works

To make an Order you only need to click on “Order Now” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Are there Discounts?

All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.

Hire a tutor today CLICK HERE to make your first order