Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
5 views1 page

Basic Programs

The document lists ten programming tasks that involve basic mathematical operations and user input. Tasks include checking divisibility, calculating a mathematical equation, averaging temperatures, and finding areas of geometric shapes. Additional tasks involve checking age criteria, summing natural numbers, and swapping values between variables.

Uploaded by

meenakvs2007
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)
5 views1 page

Basic Programs

The document lists ten programming tasks that involve basic mathematical operations and user input. Tasks include checking divisibility, calculating a mathematical equation, averaging temperatures, and finding areas of geometric shapes. Additional tasks involve checking age criteria, summing natural numbers, and swapping values between variables.

Uploaded by

meenakvs2007
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
You are on page 1/ 1

1.

WAP to take two numbers and check that the first number is fully divisible by second number or not
2. WAP to take value of x,y,z from the user and calculate the equation 4x4+3y3+9z2+6pi
3. WAP to take the temperatures of all 7 days of the week and displays the average temperature of
that week.
4. WAP AREA OF CUBOID
5. WAP AREA OF TSA OF RIGHT CIRCULAR CONE
6. -WAP TO CHEAK AGE CRITERIA
7. Find the sum of the first ‘n’ natural numbers.
8. Check whether a given number is an Armstrong number.
9. wap two numbers using a third variable.
10. wap two numbers without using a third variable.

You might also like