Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Perl 9. For this activity, use the while-loop with the diamond operator, the split function on a space character, and the S_ variable. Assuming

Using Perl

image text in transcribed

9. For this activity, use the while-loop with the diamond operator, the split function on a space character, and the S_ variable. Assuming the file score is specified as argument. S cat score pchenZ2 50 71 55 93 115 imaszk 45 76 49 88 102 kxhui 59 78 53 96 145 mconle 33 65 39 82 100 mrchave3 54 77 56 98 158 Write a perl script called whileloop.pl that compute the final percentage score for each student, as well as the class average The max score is 450 and must be set as constant. The output should be (round the score to nearest integer): Total number ofrecords: 5 Final score for pcher:72-8596 Final score for maszk 30% Class Average 80% The header line should show: Final Score computation

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Medical Image Databases

Authors: Stephen T.C. Wong

1st Edition

1461375398, 978-1461375395

More Books

Students also viewed these Databases questions