expand icon
book New Perspectives on Computer Concepts 2014 17th Edition by June Jamrich Parsons ,Dan Oja cover

New Perspectives on Computer Concepts 2014 17th Edition by June Jamrich Parsons ,Dan Oja

النسخة 17الرقم المعياري الدولي: 978-1285764634
book New Perspectives on Computer Concepts 2014 17th Edition by June Jamrich Parsons ,Dan Oja cover

New Perspectives on Computer Concepts 2014 17th Edition by June Jamrich Parsons ,Dan Oja

النسخة 17الرقم المعياري الدولي: 978-1285764634
تمرين 7
Continuing with the carpet example, you devise a set of steps, or a(n)
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 , to solve the problem. You then use a programming language to write the
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 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"
التوضيح
موثّق
like image
like image

Algorithm
Set of statements or steps in...

close menu
New Perspectives on Computer Concepts 2014 17th Edition by June Jamrich Parsons ,Dan Oja
cross icon