Experts in Written Essays & Research Papers: Assignment Help Services.

To hire a writers, fill the order instructions form & checkout—guaranteed a top college graduate to write your essay & NO AI-Plagiarism in the
final papers! Pursuing an 8-16 week course? The best in completing ace my homework & online class help, will assist you today!

Posted: November 28th, 2023

Java Programming help using scanner, if/else statements, and parameters.

Assessment Brief I'm having problems with my homework: this is the specification (I have provided screenshots). I get a compiler error for the last line. Any help is appreciated. I'm posting what I have so farimport java.util.*;public class Gradanator {   final int maximum = 100; // sets the cap to 100      public static void main(String[] args) {      Scanner console = new Scanner(System.in);      intro();      double midterm = test("Midterm", console, 100);      double Final = test("Final", console, 100);      double homework = homework_score(console);      grade_report(midterm, Final, homework);   }      // this method introduces the program to the user   public static void intro() {      System.out.println("This program reads exam/homework scores");      System.out.println("and reports your overall course grade.");      System.out.println();   }      // this method prompts the user to input details about the midterm or the final   // and calculates the scores   public static double test(String test,Scanner console, int maximum) {      System.out.print(test + ":" );      System.out.print("Weight(0-100)? ");      int weight = console.nextInt();      System.out.print("Score earned? ");      int score = console.nextInt();      System.out.print("Were scores shifted (1 = yes, 2 = no)? ");      int shift = console.nextInt();      if (shift == 1) {         System.out.print("Shift amount? ");         int shift_amount = console.nextInt();         score += shift_amount;      } else {         score = Math.min(score, maximum);      }      System.out.println("Total points = " + score + "/" + maximum);      double weighted = score_weight(score, weight, maximum);      System.out.print("Weighted score = ", weighted, weight);      return weighted;      System.out.println();      return score;   }      // this method prompts the user to input information about their homework   // and calculates the score   public static double homework_score(Scanner console) {      final int maximum_section_points = 30;      final int points_every_section = 5;      Sytem.out.println("Homework:");      System.out.print("Weight (0-100)? ");      int weight = console.nextInt();      System.out.print("Number of assignments? ");      int assignment_number = console.nextInt();      int homework_max = 0;      int homework_score = 0;      for (int i = 0; i < assignment_number; i++) {         System.out.print("Assignment" + (i + 1) + "score and max? ");         int score = console.nextInt();         int maximum_score = console.nextInt();         homework_max += maximum_score;         homework_score += score;      }      Sytem.out.print("How many sections did you attend? ");      int section = console.nextInt();      int section_points = Math.min((section * points_every_section), maximum_section_points);      System.out.println("Section points = " + section_points + "/" + maximum_section_points);      homework_score += section_points;      homework_max += maximum_section_points;           System.out.println("Total points: " + homework_Score + "/" + homework_max);      double weighted = score_weight(homework_score, weight, homework_max);      System.out.print("Weighted score = ", weighted, homework_max);      return weighted;   }   // this method will calculate the percentage that the user got   public static void grade_report(double midterm, double Final, double homework) {      double percent = midterm + Final;      System.out.println("Overall percentage = ", percent);      double minimum_grade;      String confirmation;      if (percent >= 85) {         minimum_grade = 3.0;         System.out.println("You did great!");      } else if (percent >= 75) {         minimum_grade = 2.0;         System.out.println("You were average.");      } else if (percent >= 60) {         minimum_grade = 0.7;         System.out.println("You did enouugh to pass.");      } else {         minimum_grade = 0.0;         System.out.println("Do better next time. Fighting!");      }            System.out.print("Your grade will be at least: ", minimum_grade);      System.out.println(confirmation);   }      public static double score_weight(int score, int weight, final int maximum_score) {      return ((double) score / double maximum_score) * double weight;   }}

Can I Review Writer Profiles?

Yes, check anonymized profiles showcasing our writers qualifications and expertise to feel confident in your papers quality. This transparency ensures you are paired with the right expert. Profile information includes educational background and subject specializations for informed selection. Browse profiles or let us match you with the best fit. Essay writer credentials are transparently displayed for informed decision-making.

Order | Check Discount

Why trust us? Can you do my assignment?

College students want the best grades in their courses and that’s our FOCUS

Graduate Level Writers

Our team consists of outstanding writers who have specialized knowledge in specific subject areas and are scholars experienced in academic research;custom paper writing following assessment task, assignment brief and grading rubric criteria. They hold at least a graduate degree—230 with Masters and MSN qualifications, experts carefully selected and trained to ensure the best final paper quality of our work. .

College Students Prices

We’re dedicated to bringing on board top-notch writers who can provide excellent work at prices that make sense for college students; affordable papers for all the course subjects. Our goal? To give you the best bang for your buck without ever compromising on the quality of our essay writing services—or the content of your paper. We give special extra discounts for regular clients and also for long research papers, dissertations and capstone projects. #Don’t forget to use the DISCOUNT code in the COUPONS section of the order form before checking-out!.

100% Human Written

The Online Homework Ace Tutors service guarantees that our final work is 100% original, researched, and expertly human-written. Our professional academic writers craft every custom essay and research paper from scratch, ensuring your assignment is tailored to your exact instructions. We are committed to delivering plagiarism-free and AI-free work to each university/college student's 'write my paper' request. To uphold this promise, we check every draft for any possible instances of duplication, wrong citation, grammar errors, and artificiality before we send it to you. Thus, you can always rely on us to write genuine and high-standard content for your essay assignments.

How it works

When you trust to place an order with Sample Essays, here is what happens:

Complete the Order Form

Please fill out our order form completely, providing as much detail as possible in all the required fields.

Assignment of Writer

We carefully review your order and assign it to a skilled writer with the specific expertise needed to handle it. The writer then creates your content entirely from scratch.

Order in Progress and Submission

You, along with the support team and your assigned writer, communicate directly throughout the process. Once the final draft is delivered, you can either approve it or request edits, paraphrasing, or a complete revision.

Giving us Feedback(review our essay service)

Ultimately, we value your feedback on how your experience went. You can also explore testimonials from other clients. Additionally, you have the option to recommend or select your preferred writer for any future orders.

Write My Essay For Me