CIS 115 All Assignments CIS 115 All Assignments | Page 28
Fireworks Pseudocode
20
Fireworks Flowchart
20
CIS 115 Week 2 Exercise
Click Below Link To Purchase
www.foxtutor.com/product/cis-115-week-2-exercise
Given a simple business problem, design a solution algorithm that uses arithmetic expressions
and built-in functions.
Assignment:
Your goal is to solve the following simple programming exercise. You have been contracted by a
local restaurant to design an algorithm determining the total meal charges. The algorithm
should ask the user for the total food purchase and the tip percent. Then, the algorithm will
calculate the amount of a tip, a 7% sales tax, and the total meal charge (including tip). The food
purchase, sales tax, tip amount, and total meal charge will need to be displayed to the
customer.
Be sure to THINK about the logic and design first (IPO chart and pseudocode), then code the
Visual Logic command line processing. Display all output using currency formatting (built-in
Visual Logic function).
Advanced (optional): use a constants for the 7% sales tax.
Rubric: