0% found this document useful (0 votes)
6 views2 pages

Example lab report format

The document outlines the objectives and tasks for a lab focused on creating and utilizing custom functions in programming. It emphasizes learning to differentiate between user-defined and library-oriented return types, as well as applying previously learned programming commands. The lab concludes with a successful implementation of custom functions and the importance of original work in lab reports.

Uploaded by

khushilikespak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Example lab report format

The document outlines the objectives and tasks for a lab focused on creating and utilizing custom functions in programming. It emphasizes learning to differentiate between user-defined and library-oriented return types, as well as applying previously learned programming commands. The lab concludes with a successful implementation of custom functions and the importance of original work in lab reports.

Uploaded by

khushilikespak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

LAB Objectives
1. Create and learn how to use our
own functions.
2. Create different functions and use
them by utilizing function
prototypes.
3. Learn the difference between user-
Figure 1: name of figure
defined return types and library- 2. In order to process the data that
oriented function return types. this function receives it uses the
4. Use the previously learned commands in line 4, where
programing commands in our own another variable integer named
functions. “result” is declared in line 3
(shown in figure 2).
3. Bla bla …. (And so on what you
2. Lab Lecture have done in your lab)

In this lab, the creation and Figure 2: name of figure


utilization of functions were taught.

We started creating our own


functions named “your name” and bla
bla bla… (type what you were taught
during the lecture)

3. Lab Task
Task 1: Create your own facto function.

Task 2: Use the result of facto function


as an input for “age” in another
function and display it on the console
screen.
Figure 3: name of figure
Lab Work:
4. Lab Conclusion
1. A custom function named drip
is created in line 1 (shown in In this lab we successfully
figure 1), and receives data as created our own functions and learned
integers named “slay and sus”. how to use them both ways; through
function prototypes and by putting
them before the main function.

//Note: Use your own words and sentences, type your


own procedure and how you perceive, create, and
use your own lines of code. If any AI-generated text
is detected, if any web-sourced lines are detected,
your lab report will be marked zero. Your lab report
should represent your own work.

Front page should be the one you have been using


previously. Your lab work should start from the
second page and should continue to 3rd, 4th, 5th and
so on (if need be)

Good Luck!

You might also like