0% found this document useful (0 votes)
5 views10 pages

Programming Tasks for Circle, Triangle, and More

The document lists various programming tasks to be completed using a programming language. Each task involves writing a program (WAP) to perform specific calculations or conversions, such as calculating areas, converting temperatures, and displaying data type sizes. The tasks are aimed at enhancing programming skills and understanding of basic concepts.

Uploaded by

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

Programming Tasks for Circle, Triangle, and More

The document lists various programming tasks to be completed using a programming language. Each task involves writing a program (WAP) to perform specific calculations or conversions, such as calculating areas, converting temperatures, and displaying data type sizes. The tasks are aimed at enhancing programming skills and understanding of basic concepts.

Uploaded by

vshridharr
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1) WAP to calculate the area and circumference of a circle given the

radius?

=>
2) WAP to print the Ascii code of the character given by the user?

=>
3) WAP to calculate the area of a triangle when the base and height

is given by the user?

=>
4) WAP to convert a person’s name into an abbreviated name when the

user provides the first, middle and last name of a person?

=>
5) WAP to calculate the simple interest on the invested amount when

the user provides the principal amount , interest rate & time period?

=>
6) WAP to calculate the gross salary of an employee given his/her

basic salary, deductions and the allowances?

=>
7) WAP to calculate the percentage of a student when his 5 subject

marks are given. The maximum marks obtained in any subject is 100?

=>
8) WAP to convert the temperature given in Celsius into Fahrenheit?

=>
9) WAP to display the size of the different basic data types used in

C language?

=>

You might also like