o treat themselves, Joy and Ann plan to go on a Japan trip. The trip costs around 150,000 pesos hence, they decided to save every week until they reached the target amount. They plan to start the travel fund by giving 500 pesos each and increase the amount they will give each week by 50%. Create a SAS program using DO WHILE loop that will determine the number of weeks before they can go on their trip.  Expected Output:

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

To treat themselves, Joy and Ann plan to go on a Japan trip. The trip costs around 150,000 pesos hence, they decided to save every week until they reached the target amount. They plan to start the travel fund by giving 500 pesos each and increase the amount they will give each week by 50%. Create a SAS program using DO WHILE loop that will determine the number of weeks before they can go on their trip. 

Expected Output:

Obs
1
2
3
4
LO
5
6
7
8
9
10
11
CONTRI_EACH
1
500
2
750
3
1125
4
1687.5
5
2531.25
6
3796.875
7
5695.3125
8
8542.96875
9 12814.45313
10
19221.67969
11 28832.51953
WEEK
TOTCONTRI
1000
1500
2250
3375
5062.5
7593.75
11390.625
17085.9375
25628.90625
38443.35938
57665.03906
FUND
1000
2500
4750
8125
13187.5
20781.25
32171.875
49257.8125
74886.71875
113330.0781
170995.1172
Transcribed Image Text:Obs 1 2 3 4 LO 5 6 7 8 9 10 11 CONTRI_EACH 1 500 2 750 3 1125 4 1687.5 5 2531.25 6 3796.875 7 5695.3125 8 8542.96875 9 12814.45313 10 19221.67969 11 28832.51953 WEEK TOTCONTRI 1000 1500 2250 3375 5062.5 7593.75 11390.625 17085.9375 25628.90625 38443.35938 57665.03906 FUND 1000 2500 4750 8125 13187.5 20781.25 32171.875 49257.8125 74886.71875 113330.0781 170995.1172
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Types of Loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education