LABORATORY ACTIVITY No.6 OPERATORS AND EXPRESSIONS Lesson: - TopicsExpress



          

LABORATORY ACTIVITY No.6 OPERATORS AND EXPRESSIONS Lesson: General Concept Application on Operators Objectives After completing this activity, you will be able to: Understand and apply the concepts of evaluating of operators and arithmetic expressions. Use properly the arithmetic operators. Prerequisites Before working on this laboratory activity, you must have the ability to: Rules (precedence levels, the use of parentheses) on how to evaluate expression that may involve different types of operators. Time to Complete 2 hours Filename PCNo-M1A67 Ex. 01-M1A67 **********************************************Start Here************************************************** Instructions: Write a program that will compute the total monthly NET salary of a full time instructor in the university. Every faculty is given a number of teaching units. Assume that charge per teaching unit is 360.50. Every faculty is given some additional allowances and also deductions. Refer to the criteria below to compute for the total additional allowances and total deductions. ADDITIONAL ALLOWANCES Rice Subsidy 1250 Health care 750 Load Allowance 500 Clothing allowance 350 DEDUCTIONS Pagibig 2% of the GROSS income Philhealth 3% of the GROSS income Tax 8% of the GROSS income SSS 5% of the GROSS income INPUTS: ID number, Name, Position, Department, Teaching Units PROCESSES: Total Teaching Fee = Teaching Units * per unit fee Total Additional Allowance = Rice Subsidy + Health Care + Load Allowance + Clothing Allowance Gross Income = Total Teaching Fee + Total Additional Allowance Total Deductions = Pagibig + Philhealth + Tax + SSS Net Income = Gross Income – Total Deductions OUTPUT: Net Income IMPORTANT: Write your name as a comment on the upper part of your program. Save your file from time to time, in your personal directory following the format supplied by your instructor. SAMPLE OUPUT LABORATORY ACTIVITY No.6 OPERATORS AND EXPRESSIONS Lesson: General Concept Application on Operators Objectives After completing this activity, you will be able to: Understand and apply the concepts of evaluating of operators and arithmetic expressions. Use properly the arithmetic operators. Prerequisites Before working on this laboratory activity, you must have the ability to: Rules (precedence levels, the use of parentheses) on how to evaluate expression that may involve different types of operators. Time to Complete 2 hours Filename PCNo-M1A67 Ex. 01-M1A67 **********************************************Start Here************************************************** Instructions: Write a program that will compute the total monthly NET salary of a full time instructor in the university. Every faculty is given a number of teaching units. Assume that charge per teaching unit is 360.50. Every faculty is given some additional allowances and also deductions. Refer to the criteria below to compute for the total additional allowances and total deductions. ADDITIONAL ALLOWANCES Rice Subsidy 1250 Health care 750 Load Allowance 500 Clothing allowance 350 DEDUCTIONS Pagibig 2% of the GROSS income Philhealth 3% of the GROSS income Tax 8% of the GROSS income SSS 5% of the GROSS income INPUTS: ID number, Name, Position, Department, Teaching Units PROCESSES: Total Teaching Fee = Teaching Units * per unit fee Total Additional Allowance = Rice Subsidy + Health Care + Load Allowance + Clothing Allowance Gross Income = Total Teaching Fee + Total Additional Allowance Total Deductions = Pagibig + Philhealth + Tax + SSS Net Income = Gross Income – Total Deductions OUTPUT: Net Income IMPORTANT: Write your name as a comment on the upper part of your program. Save your file from time to time, in your personal directory following the format supplied by your instructor. SAMPLE OUPUT LABORATORY ACTIVITY No.6 OPERATORS AND EXPRESSIONS Lesson: General Concept Application on Operators Objectives After completing this activity, you will be able to: Understand and apply the concepts of evaluating of operators and arithmetic expressions. Use properly the arithmetic operators. Prerequisites Before working on this laboratory activity, you must have the ability to: Rules (precedence levels, the use of parentheses) on how to evaluate expression that may involve different types of operators. Time to Complete 2 hours Filename PCNo-M1A67 Ex. 01-M1A67
Posted on: Fri, 19 Jul 2013 13:39:28 +0000

Trending Topics



Recently Viewed Topics




© 2015