Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Language: SmallTalk To make: instance side variable named grade: pct Output: Assume that argument score is an integer. Return a character letter

Language: SmallTalk

To make: instance side variable named " grade: pct "

Output:

"

Assume that argument score is an integer. Return a character letter grade according to the following table:

Score Grade

80-100 A

70-79 B

60-69 C

50-59 D

< 60 F

If the grade is over 100, return nil "

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Object subclass GradeCalculator instanceVariableNames grade pct classVariabl... 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

Prelude To Programming

Authors: Stewart Venit, Elizabeth Drake

6th Edition

013374163X, 978-0133741636

More Books

Students also viewed these Programming questions