Then
Read
Read Asgn
Read mid-ex
Read quiz
Read final-ex
Final = asgn*0.3 + mid-ex*0.3 + quiz*0.1 + final-ex*0.3
If final -gt 80
Echo “ Your Grade is A”
Els
…
…
------------------------------------------------------------------------------------------------------------------------------------------
Assignment 30%
Mid-Ex 30%
Quiz 10%
Final-E 30% .
Total: 100%
|
Grade |
Conversion Scale (%) |
Definition |
|
|
A |
Above 80 |
Outstanding Achievement |
|
|
B |
70 |
Good Achievement |
|
|
C |
60 |
Satisfactory Achievement |
|
|
D |
50 |
Marginal Achievement |
|
|
F |
Below 50 |
Unsatisfactory Achievement |
Here is code:
echo "Assignment :"
read asgn
echo "Mid-Ex :"
read mid
echo "Quiz :"
read quiz
echo "Final-ex :"
read final
total=0
asgnPer=$(echo $(( asgn + 3 / 100 )))
midPer=$(echo $(( mid + 3 / 100 )))
quizPer=$(echo $(( quiz + 3 / 100 )))
finalPer=$(echo $(( final + 3 / 100 )))
let total=asgnPer+midPer+quizPer+finalPer
if [ "$total" -gt 80 ]; then
echo "Your Grade is A, Outstanding Achievement"
elif [ "$total" -gt 70 ]; then
echo "Your Grade is B, Good Achievement"
elif [ "$total" -gt 60 ]; then
echo "Your Grade is C, Satisfactory Achievement"
elif [ "$total" -gt 50 ]; then
echo "Your Grade is D, Marginal Achievement"
elif [ "$total" -lt 50 ]; then
echo "Your Grade is F, Unsatisfactory Achievement"
fi
read -r -p "Press any key to continue" -n 1

Output:

Then Read Read Asgn Read mid-ex Read quiz Read final-ex Final = asgn*0.3 + mid-ex*0.3 +...
Vitals Assignment (Read this assignment to answer the questions below) Pulse Rate: • Palpate (feel) the pulse for 20-30 seconds to just make sure the pulse feels balanced / steady Age Newborn 0-5 months 6-12 months Normal heart rate (beats per minute) Range 29 Typical example 100-1601311 1 30 90-150 120 80-140 110 80-130 80-120 70-110 60-105 80 60-100 80 Normal respiratory rate (breaths per minute) Range 30 Typical example 30-50 25-40 20-30 20-30 20-30 15-30 12-20 12-30 citation needed...
Declare and initialize 4 Constants for the
course category weights:
The weight of Homework will be 15%
The weight of Tests will be 35%
The weight of the Mid term will be 20%
The weight of the Fin al will be 30%
Remember to name your Constants according to Java
standards.
Declare a variable to store the input for the number of
homework scores and use a Scanner method to read the value from the
Console.
Declare two variables: one...
The Computer Science Instructor has just completed compiling all the grades for the C++ Programming class. The grades were downloaded into a file titled ‘studentGrades.txt’ (attached). Write a C++ Program that reads this file and calculates the following as described : The final semester numeric and letter grade (using 10 point scale) Calculated as follows: Labs 1-6 (worth 50% of final grade) Lab 7 is extra credit (worth 2 % of final grade OR replaces lowest lab grade – Select...
i need help on question 3 to 22 please.
Midterm ex review. MATH 101 Use the following information to answer the next four exercises. The midterm grades on a chemistry exam, graded on a scale of 0 to 100, were: 62, 64, 65, 65, 68, 70, 72, 72, 74, 75, 75, 75, 76,78, 78, 81, 82, 83, 84, 85, 87, 88, 92, 95, 98, 98, 100, 100,740 1. Do you see any outliers in this data? If so, how would...
Assignment Predator / Prey Objectives Reading from and writing to text files Implementing mathematical formulas in C++ Implementing classes Using vectors Using command line arguments Modifying previously written code Tasks For this project, you will implement a simulation for predicting the future populations for a group of animals that we’ll call prey and their predators. Given the rate at which prey births exceed natural deaths, the rate of predation, the rate at which predator deaths exceeds births without a food...
this is all the information given
Personal Financial Planning Mini-Case Jeff and Mary Douglas, a couple in their mid-30s, have two children - Paul age 6 and Marcy age 7. The Douglas' do not have substantial assets and have not yet reached their peak earning years. Jeff is a general manager of a jewelry manufacturer in Providence, RI while Mary teaches at the local elementary school in the town of Tiverton, RI. The family needs both incomes to meet their...
How can we assess whether a project is a success or a
failure?
This case presents two phases of a large business transformation project involving the implementation of an ERP system with the aim of creating an integrated company. The case illustrates some of the challenges associated with integration. It also presents the obstacles facing companies that undertake projects involving large information technology projects. Bombardier and Its Environment Joseph-Armand Bombardier was 15 years old when he built his first snowmobile...