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

LAB MANUAL 2022-2023

This document is a lab manual for the Basic Engineering Department at K.L.E.F for the academic year 2022-2023, focusing on Problem Solving and Computer Programming. It includes a list of experiments with specific problems for students to solve, such as determining Ramu's chances in a declamation contest, calculating the number of problems Gopal solves over days, and converting degrees to radians for trigonometric calculations. The subject code for the course is 22SC1101 and it is intended for first-year B.Tech students.

Uploaded by

nnkesavakumar21
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)
17 views

LAB MANUAL 2022-2023

This document is a lab manual for the Basic Engineering Department at K.L.E.F for the academic year 2022-2023, focusing on Problem Solving and Computer Programming. It includes a list of experiments with specific problems for students to solve, such as determining Ramu's chances in a declamation contest, calculating the number of problems Gopal solves over days, and converting degrees to radians for trigonometric calculations. The subject code for the course is 22SC1101 and it is intended for first-year B.Tech students.

Uploaded by

nnkesavakumar21
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

K.L.E.

F
BASIC ENGINEERING DEPARTMENT-1
ACADEMIC YEAR 2022-2023

PROBLEM SOLVING AND COMPUTER PROGRAMMING

LAB MANUAL

SUBJECT CODE : 22SC1101

YEAR : I/IV B.Tech

GREEN FIELDS, VADDESWARAM, GUNTUR.


KLEF

Department of Basic Engineering sciences

Computational Thinking and structured Design (22SC1101)

List of Experiments for A.Y. 2022-23

Problem 1:

Ramu has reached the finals of the Annual Inter-school Declamation contest. For the
finals, students were askedto prepare 10 topics. However, Ramu was only able to
prepare three topics, numbered A, B and C — he is totally blank about the other topics.
This means Ramu can only win the contest if he gets the topics A, B or C to speak
about.On the contest day, Ramu gets topic X. Determine whether Ramu has any
chances of winning the competition. Print "Yes" if it is possible for Ramu to win the
contest, else print "No".

Problem 2:

Gopal likes problems solving. If he solves one problem on first day, on second day he
solves two more than first day’s count and so on. Find the number of problems
solved on the nth day. If he takes p minutes to solve each problem, find the total
hours he spent on problem solving in that month.

Problem 3:

Latha is learning about the C library math.h functions.


She found that there is tan() function in math.h
header file. She wants to calculate tan 45o, but she
finds that tan function accepts angle in only radians.
Help Latha to convert 45o to radians and calculate the
value of tan45o. (Hint: 1 degree
=π/180 radians)

You might also like