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

Convert 27F to Centigrade Program

This document contains code to solve 4 problems: 1) Convert 27F to Centigrade using the formula C=(F-32)5/9, 2) Calculate the area of a rectangle using any length and breadth values, 3) Calculate the volume of a cube using a side length of 3, 4) Calculate the radius of a circle using any value. The code outputs the solution to each problem.

Uploaded by

AteeqAftab
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

Convert 27F to Centigrade Program

This document contains code to solve 4 problems: 1) Convert 27F to Centigrade using the formula C=(F-32)5/9, 2) Calculate the area of a rectangle using any length and breadth values, 3) Calculate the volume of a cube using a side length of 3, 4) Calculate the radius of a circle using any value. The code outputs the solution to each problem.

Uploaded by

AteeqAftab
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

Rabia Aftab

Q1) Write a program to convert 27F to Centigrade using formula C=(F-32)5/9?


Code Output :

Q2) Calculate area of rectangle using any value of length and breath?
Code Output :

Rabia Aftab

Q4) Calculate radius of circle using any value?


Code Output :

Q3) Calculate volume of cube using side value 3?


Code Output :

You might also like