Introduction to Programming and Problem Solving with PASCAL

Introduction to Programming and Problem Solving with PASCAL
ISBN-10
0471883476
ISBN-13
9780471883470
Category
Electronic digital computers
Pages
189
Language
English
Published
1984
Publisher
John Wiley & Sons
Authors
G. Michael Schneider, Steven W. Weingart, David M. Perlman

Description

... ( * CALCULATE NICKELS ( ( ****************** * ) ************************************* ) NICKEL : = TRUNC ( CHANGE / 0.05 ) ; IF NICKEL > 0 THEN BEGIN WRITE ( NICKEL : 6 ) ; CHANGE : = CHANGE -NICKEL * 0.05 END ELSE WRITE ( ' ' : 6 ) ...

Other editions

Similar books