Sample Programming Lab Report
Sample Programming Lab Report
LAB REPORT # 1
Registration No:
Section: A
Submitted To:
Submission Date:
Objective(s):
♦ To convert temp into kelvin and Celsius in minimum amount of time.
♦Solve conversion problems involving temp in
fahrenheit scale.
Title:
Write down algorithm as well as make flowchart of program that take temp in F and convert it to
Kelvin and Celsius scale and then show the result in both the scale
Problem Analysis:
Discussion and Conclusion This is the algorithm along with its flowchart for temperature
conversion. The algorithm is focused on the calculation of temp in K and C for the given temp in F.
From this lab, I understood the basic structure of flowchart including the meaning and purpose of
algorithm and steps of problem solving. Hence, temp in K and C is calculated and displayed.