Post Reply 
(12C) Tip Calculation
10-08-2017, 12:02 PM (This post was last modified: 04-19-2018 01:17 PM by Gamo.)
Post: #1
(12C) Tip Calculation
Here is the simple program to calculate Tip and Total per person.
This program work for HP calculator that doesn't have the LBL to assign to.

Code:

STO 1 [Bill ] 
R/S
STO 2 [ %Tip ] 
R/S
STO 3 [ Split ] (if only yourself use 1)
R/S
RCL 1 [ Tip per Person ]
RCL 2
%
RCL 3
/
R/S
RCL 1 [Total per Person ]
RCL 2
%
+
RCL 3
/
GTO 00

How to input:

1. Enter bill amount then press R/S
2. Enter percent tip then press R/S
3. Enter how many person share then press R/S
4. R/S answer for Tip per Person
5. R/S answer for Total per Person

Example: Bill Amount $123.45 %tip 15% with 3 persons

123.45 R/S > 15 R/S > 3 R/S > R/S result 6.17 tip > R/S result 47.32 Total
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(12C) Tip Calculation - Gamo - 10-08-2017 12:02 PM
RE: (10C) (12C) Tip Calculation - Dieter - 10-08-2017, 06:44 PM
RE: (10C) (12C) Tip Calculation - Gamo - 10-09-2017, 01:05 AM
RE: (10C) (12C) Tip Calculation - Gamo - 04-19-2018, 01:12 PM
RE: (12C) Tip Calculation - Dieter - 04-20-2018, 07:28 AM
RE: (12C) Tip Calculation - Gamo - 04-20-2018, 10:52 AM
RE: (12C) Tip Calculation - Dieter - 04-21-2018, 08:53 AM



User(s) browsing this thread: 1 Guest(s)