0% found this document useful (0 votes)
3 views

Lab Report_Cover

This lab report for the course CSE-102 includes various C programming assignments submitted by Marshia Minhaj Mohana. The report outlines problems such as finding the greatest of three numbers, calculating interest, and processing loan applications, among others. It serves as a comprehensive collection of programming exercises completed during the course.

Uploaded by

Marshia Mohana
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)
3 views

Lab Report_Cover

This lab report for the course CSE-102 includes various C programming assignments submitted by Marshia Minhaj Mohana. The report outlines problems such as finding the greatest of three numbers, calculating interest, and processing loan applications, among others. It serves as a comprehensive collection of programming exercises completed during the course.

Uploaded by

Marshia Mohana
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

Lab Report

Course Title: Computer Fundamental & Programing Basic Lab


Course Code: CSE -102

Submitted to:
Rubya Shaharin
Assistant Professor
Department of Computer Science & Engineering
Jatiya Kabi Kazi Nazrul Islam University

Submitted by:
Marshia Minhaj Mohana
Roll: 20102041
Registration No: 8872
Session: 2019-20
Department of Computer Science & Engineering
Jatiya Kabi Kazi Nazrul Islam University

Submission Date: January 04, 2022


Table of Contents
SL No Problem Name Page No
01 Write a C program to find the greatest amongst three numbers 1
02 Write a C program to calculate Interest. 3
03 Write a C program to find the roots of a quadratic equation: ax2+bx+c=0 5
04 Write a C program to convert Fahrenheit to Celsius and Celsius to 7
Fahrenheit
05 Write a C program to process loan application and to sanction loans 10
06 Write a C program to display pyramid 13
07 Write a C program to display triangle 16
08 Write a C program to find grade using switch 18
09 Write a C program to find grade using if else 21
10 Write a C program to use of break statement 24
11 1 27
Write a C program to evaluate the series: = 1+x+x2+x3+……..+xn
1−x
12 Write a C program about use of continue statement 30
13 Write a C program about use of go to statement 33
14 Write a C program to find the range of a series of values 36
15 Write a C program to print ODD numbers from 1 to N using while loop 39
16 Write a C program to print EVEN numbers from 1 to N using while loop 42
17 Write a C program to print all uppercase alphabets using while loop 44
18 Write a C program to print all lowercase alphabets using while loop 46
19 Write a C program to print numbers from 1 to N using for loop 48
20 Write a C program to print numbers from 1 to 10 using while loop 50
21 Write a C Program to find factorial of a number 52
22 Write a C Program to find sum of first N natural number, N must be taken 54
by the user
23 Write a C program to print all prime numbers from 1 to N 56
24 Write a C program to print all even and odd numbers from 1 to N 59
25 Write a C program to print square, cube and square root of all numbers 62
from 1 to N
26 Write a C program to print all leap years from 1 to N 64
27 Write a C program to read age of 15 person and count total Baby age, 67
School age and Adult age

You might also like