Computer Science, asked by singhakansha445, 2 months ago

Write a program using Assignments statements :-
1. Calculation of Area, Volume, Conversion of temperature, swapping of values

Answers

Answered by nahakswapnil311
15

Answer:

1. The simplest (and most commonly used) area calculations are for squares and rectangles. To find the area of a rectangle, multiply its height by its width. For a square you only need to find the length of one of the sides (as each side is the same length) and then multiply this by itself to find the area.

2. C° to F°: Celsius to Fahrenheit Conversion Formula

To convert temperatures in degrees Celsius to Fahrenheit, multiply by 1.8 (or 9/5) and add 32.

3. In computer programming, the act of swapping two variables refers to mutually exchanging the values of the variables. Usually, this is done with the data in memory. ... Comparison sorts use swaps to change the positions of data. In many programming languages the swap function is built-in.

Explanation:

Hɪɪ ᴄᴀɴ ᴡᴇ ʙᴇ ғʀɴᴅs

Similar questions