This document provides 6 sample programming problems involving data manipulation and calculations. The samples involve calculating a student's final grade based on various criteria, creating a program to input personal ID information, calculating an average for various subjects, computing interest on a loan, calculating age based on year of birth, and computing a delivery fee based on number of letters. Each sample includes instructions on the necessary inputs, calculations, and outputs for the program.
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
36 views
Computer Programming Java Presentation
This document provides 6 sample programming problems involving data manipulation and calculations. The samples involve calculating a student's final grade based on various criteria, creating a program to input personal ID information, calculating an average for various subjects, computing interest on a loan, calculating age based on year of birth, and computing a delivery fee based on number of letters. Each sample includes instructions on the necessary inputs, calculations, and outputs for the program.
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7
DA T A M A NI P U L A TI ON
BY: MILB ER T B. BE C HAYD A
SAMPLE 1 Make program that computes for the final grade of student in Programming Class in Java. 20% written works, 60% performance, and 20% quarter exam. Other info like name and LRN should be included. SAMPLE 2
Make a program that allows you to enter all the information
found in your ID. Example: Name, LRN, section, contact number, etc. SAMPLE 3 Make an IPO and pseudocode that computes for the final average of yourself in five (5) subjects; English, Filipino, Math, Science, Araling Panlipunan. Include other info like name, section and age. Display final average. SAMPLE 4 Write a console program that computes for the interest of every amount loan with 5% interest annually. Include information like name, address, birthday, gender, and civil status. SAMPLE 5 Write an IPO and pseudocode for a program that computes your age through the given year of birth and the current year. Include information like name, gender, and address. Display your age. SAMPLE 6 Given the NUMBER OF LETTERS sent, make a program based on a rate of 12 pesos fee per letter that will compute for the TOTAL DELIVERY FEE. Input also FIRST NAME and LAST NAME for personal information. INPUT OUTPUT First Name: Full Name: Last Name: Number of Letters: Number of Letters: Total Delivery Fee: