You are on page 1of 1

Department of Computer Science & Engineering

ASSIGNMENT - 1
COURSE : Problem Solving Through Programming
COURSE CODE : 21PSP13
SEMESTER : 1 SECTION A,B,C,D

Questions Marks CO’s BTL


01. Write a C program to accept the temperature in Fahrenheit 02 M
and convert it into Celsius.
02. Evaluate the expression, where a=9,b=12,c=3. 03 M
X=a-b/3+c*2-1. CO1
Y=a+3=b*2=c- 4 =5. L3
03. Convert the following mathematical expression into C 01 M
equivalent statements.

04. Write a C program to find largest of three numbers using 04M


CO2
nested if else control construct.

You might also like