Computers and Technology

I keep getting this error CS1529: A using clause must precede all other elements defined in the namespace except extern alias declarations. On the line of code (using System;) I highlighted in bold to tell the difference. this is a c# programming course I just started. I appreciate the help.
using System;
using align;
class Grades {
public static void Main(string[] args) {
const float MIDTERM_PERCENTAGE = .25F;
const float FINALEXAM_PERCENTAGE = .25F;
const float RESEARCH_PERCENTAGE = .30F;
const float PRESENTATION_PERCENTAGE = .20F;
int midterm = 70;
int finalExamGrade = 80;
int research = 90;
int presentation = 100;
float finalNumericGrade = 0;
finalNumericGrade =
(midterm * MIDTERM_PERCENTAGE) +
(finalExamGrade * FINALEXAM_PERCENTAGE) +
(research * RESEARCH_PERCENTAGE) +
(presentation * PRESENTATION_PERCENTAGE);
align. xyz abc = new align. xyz();
abc. disp("Midterm grade is : " + midterm);
abc. disp("Final Exam grade is : " + finalExamGrade);
abc. disp("Research grade is : " + research);
abc. disp("Presentation grade is: " + presentation);
abc. disp("\nThe final grade is: " + finalNumericGrade);
}
}
using System;
namespace align
{
class xyz
{
public void disp(string str)
{
Console. WriteLine(str);
}
}
}

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 22:30, raiapowell
I'll mark brainliest if answered right! with which feature or menu option of a word processing program can you make an image like this? you can get this image using the option of a word processing program.
Answers: 1
image
Computers and Technology, 23.06.2019 11:50, itaheart101
While preforming before operation pmcs, you notice the front right tire appears slightly under-inflated. what is the proper action?
Answers: 3
image
Computers and Technology, 23.06.2019 14:30, officialrogerfp3gf2s
Select the correct answer. a company wants to use online methods to target more customers. it decides to conduct a market research by collecting the data of a few customers with their consent. they want to track data of the sites that their customers frequently visit. which software can the company? a. spyware b. bots c. adware d. trojan horse e. rootkits
Answers: 1
image
Computers and Technology, 23.06.2019 18:00, MagicDragon4734
Freya realizes she does not have enough in her bank account to use the debit card. she decides to use a credit card instead. which questions should freya answer before using a credit card? check all that apply. can i pay at least the minimum payment each month? can i make payments on time and avoid late fees? will i have to take out a loan? how much in finance charges can i afford to pay? should i talk to a consumer credit counseling service?
Answers: 1
Do you know the correct answer?
I keep getting this error CS1529: A using clause must precede all other elements defined in the name...

Questions in other subjects:

Konu
Mathematics, 12.02.2021 07:30
Konu
Mathematics, 12.02.2021 07:30
Konu
Mathematics, 12.02.2021 07:30