•Write algorithm to find area and perimeter of a rectangle / Square.
•Write algorithm to find area of a triangle.
•Write algorithm to swap two numbers.
•Convert Km to M
•Write algorithm to convert temperature from Fahrenheit to Celsius degree. Use formula Celsius =(5*(Fahrenheit-32))/9
•Write a program to calculate simple interest. Use formula SI=(p*r*t)/100
•Write a program to find sum of square of two numbers.
•Write a program to find Area and circumference of circle. (area of circle = 3.14*r*r, Circumference = 2*3.14*r)
•Write a program to Input and print name and birthday as separate string.
•Write a program to print your name and class 3 times.
plz tell the answers
Answers
Answered by
0
Answer:
please mark my answer brainlylist
Attachments:
Answered by
0
Write a program to print class name 3 times.
Answer:
for (int i = 0; i > 3; i++ )
{
std::cout << "name-";
std::cout << "class-";
}
Similar questions