
New Perspectives on Computer Concepts 2013: Comprehensive 15th Edition by June Jamrich Parsons,Dan Oja
النسخة 15الرقم المعياري الدولي: 978-1133190585
New Perspectives on Computer Concepts 2013: Comprehensive 15th Edition by June Jamrich Parsons,Dan Oja
النسخة 15الرقم المعياري الدولي: 978-1133190585 تمرين 13
Continuing with the carpet example, you devise a set of steps, or a(n)
, to solve the problem. You then use a programming language to write the
shown below, which expresses the algorithm.
Input "Enter the width of the room in feet: "; width
Input "Enter the length of the room in feet: "; length
Print "Carpet needed:"
Print length*width " square feet"
Print (length*width)/9 "square yards"


Input "Enter the width of the room in feet: "; width
Input "Enter the length of the room in feet: "; length
Print "Carpet needed:"
Print length*width " square feet"
Print (length*width)/9 "square yards"
التوضيح
Algorithm
Set of statements or steps in...
New Perspectives on Computer Concepts 2013: Comprehensive 15th Edition by June Jamrich Parsons,Dan Oja
لماذا لم يعجبك هذا التمرين؟
أخرى 8 أحرف كحد أدنى و 255 حرفاً كحد أقصى
حرف 255