This document provides code for a program to print receipts for a bookstore. The code includes instructions to input customer and book details, print column headers, input multiple book purchases, calculate totals, and print a grand total receipt. Data is read from a data block containing book publication years. The code demonstrates using SELECT CASE to assign book titles based on genre.
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
26 views
Modul Ke - 7 Pemrograman
This document provides code for a program to print receipts for a bookstore. The code includes instructions to input customer and book details, print column headers, input multiple book purchases, calculate totals, and print a grand total receipt. Data is read from a data block containing book publication years. The code demonstrates using SELECT CASE to assign book titles based on genre.