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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
33 views9 pages
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.