subject

Project: Grading on a Loop (Java) WORTH 30 POINTS Please set give me the code for this

Open the NetBeans IDE and create a new project named MyGradeLoops. java. Your program should do the following:

1 declare and initialize a char variable for the student grade;
2 use a for loop that has five iterations;
3 use the System. out. println() method in the for loop to request a grade from the student;
4 use the System. in. read() method to receive student grades in the for loop;
5 use the System. out. println() method to tell the student to try again if they enter anything other than one letter for a grade;
6 use the System. out. println() method after the for loop to output a message for the student; and,
7 compile and run your program.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:00
What is the worst-case complexity of the maxrepeats function? assume that the longest string in the names array is at most 25 characters wide (i.e., string comparison can be treated as o( class namecounter { private: int* counts; int nc; string* names; int nn; public: namecounter (int ncounts, int nnames); int maxrepeats() const; }; int namecounter: : maxrepeats () { int maxcount = 0; for (int i = 0; i < nc; ++i) { int count = 1; for (int j = i+1; j < nc; ++j) { if (names[i] == names[j]) ++count; } maxcount = max(count, maxcount); } return maxcount; }
Answers: 3
question
Computers and Technology, 23.06.2019 14:30
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
question
Computers and Technology, 23.06.2019 22:30
Jamie has to enter the names, employee id’s, and income of a group of employees into a worksheet. which option will jamie use to describe the data
Answers: 3
question
Computers and Technology, 24.06.2019 01:00
Answer these and get 40 points and brainliest
Answers: 1
You know the right answer?
Project: Grading on a Loop (Java) WORTH 30 POINTS Please set give me the code for this

...
Questions
question
Social Studies, 04.09.2020 01:01
question
Mathematics, 04.09.2020 01:01
question
Social Studies, 04.09.2020 01:01
question
English, 04.09.2020 01:01
question
Biology, 04.09.2020 01:01
Questions on the website: 13722367