+ All Categories
Home > Software > E portfolio

E portfolio

Date post: 13-Apr-2017
Category:
Upload: happy-nezza-bolongaita
View: 121 times
Download: 0 times
Share this document with a friend
31
Transcript
Page 1: E portfolio
Page 2: E portfolio

FLOWCHART AND

PSEUDOCODE

Page 3: E portfolio

1. A flowershop sells roses for Php 25 each and tulips for Php 40

each. Prepare a flowchart, pseudocode, and python code that determines how much Irene will spend if she

will buy R number of rose and T number of tulips.

Page 4: E portfolio
Page 5: E portfolio

2. Print your average

grade if it is greater than

85.

Page 6: E portfolio
Page 7: E portfolio

3. Accept and print positive numbers

only.

Page 8: E portfolio
Page 9: E portfolio

4. Input 3 numbers a, b, and c, a. If a is equal to b, print c b. If a is greater than b, then print their difference c. If b is less than c, then print their sum, otherwise print their average

Page 10: E portfolio
Page 11: E portfolio

5. Print passed if the user specified grade is at least 75, if otherwise print failed.

Page 12: E portfolio
Page 13: E portfolio

6. Convert the user’s weight from pounds to kilograms if the inputted value is positive. Otherwise, print invalid data. (1kg = 2.2 lbs)

Page 14: E portfolio
Page 15: E portfolio

7. Compute for the equivalent percentage grade of the given score using the format score/100*60+40. Print a corresponding remark based on the following guidelines:- 90-100 excellent- 85-89 very good- 80-84 good- 75-79 fair- 74 below – needs improvement

Page 16: E portfolio
Page 17: E portfolio
Page 18: E portfolio

Create an ATM simulator

program in python:

1. WITHDRAWING

Page 19: E portfolio
Page 20: E portfolio

2.DEPOSITI

NG

Page 21: E portfolio

INPUT

Page 22: E portfolio

3. COMBINATION OF WITHDRAWING AND DEPOSITING (using

conditional statement). Put a password in every

transaction.

Page 23: E portfolio

vInput

Page 24: E portfolio
Page 25: E portfolio

4. UPDATING BALANCE

Page 26: E portfolio
Page 27: E portfolio
Page 28: E portfolio

Turtle Acitivity #1

Page 29: E portfolio

Turtle Activity #2

Page 30: E portfolio

Turtle Activity #3

Page 31: E portfolio

Recommended