Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please show all steps. thank you Write a program that calculates the homework assignment grade points (a 100 points scale) according to the rule posted
please show all steps. thank you
Write a program that calculates the homework assignment grade points (a 100 points scale) according to the rule posted for this class (a simplified version): Rule #1 : The score calculation is based on: 1. all problems are attempted (40 percent) before the due date, and 2, 75% or more are correct (40 percent proportionally to the attempted ones), and ing Projects" are submitted with a program that produces correct result in Netbeans REGARDLESS the verdict from MyProgrammingL.ab system (20 percent) You may try to do the problems multiple times if you cannot get them right first time and you may go back to correct (and re-submit) wrong problems even after due date with no penalties. Rule #2: Assignment submitted after the scheduled due date will drop 1/2 of points program should prompt use to input the following data and calculate and output the result for each student: The Prompt for data: 1 Number of problems attempted on or before due date 2. Number of correct problems among (1) above 3. Number of problems attempted after due date 4. Number of correct problems among (3) above Number of un-attempted problems 6. Number of "Programming Projects" submitted 7. Number of "Programming Projects" not submitted 5Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started