Computer Science, asked by ajaysah40, 1 month ago

What is nested loop? li What is the role of blank PRINT? ill. What is the output of this program? Write a program to input the side of a cube. Print the volume and the total surface area (Hint: Volume of cube length 3 and total surface area = 6* length 2) 0. Write a program to compute the area and circumference of a circle for a given radius 1. The sum of the first n natural numbers is given by the formula: sum = n(n+1)/2. Write a program to input n and print the sum of the first n natural numbers. 2. Write a program to input the values of two angles and find out the third angle of a triangle. (Hint: The sum of all the three angles of a triangle is 180°) Write a program to ask the name of a person and address. Print it sequentially Write a program to input sales amount for a salesman. Print sales commission using th following ranges of values Sales Amount Commission Below 2000 No commission >=2000 and = 5000 15% Vrite a program to print the first ten natural numbers in the descending order​

Answers

Answered by kayush9346
0

Answer:

A nested loop is a loop within a loop, an inner loop within the body of an outer one.

Explanation:

please mark me BRAINLIST

Similar questions