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

Computer Programs For Practice

The document outlines a series of computer programming tasks that involve creating algorithms and flowcharts for various mathematical and logical operations. These tasks include calculating profit and profit percentage, checking voting eligibility based on age, determining the nature of numbers (positive, odd, Armstrong, perfect), and analyzing triangles based on side lengths. Additionally, it includes exercises for finding HCF and LCM, as well as identifying Krishnamurthy numbers.

Uploaded by

lmg.ashmitadas
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)
1 views1 page

Computer Programs For Practice

The document outlines a series of computer programming tasks that involve creating algorithms and flowcharts for various mathematical and logical operations. These tasks include calculating profit and profit percentage, checking voting eligibility based on age, determining the nature of numbers (positive, odd, Armstrong, perfect), and analyzing triangles based on side lengths. Additionally, it includes exercises for finding HCF and LCM, as well as identifying Krishnamurthy numbers.

Uploaded by

lmg.ashmitadas
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

Computer programs for practice

Write an algorithm and draw a flowchart to input cost and selling price of a product and
rent. Profit and profit percentage.

Draw a flowchart to enter age of a person and check if that person is eligible to vote or not

Enter a number and check if it’s positive printed square otherwise the cube

Enter a number and check if that it is one digit, two digit three digit or multi digit

Enter three sides of a triangle and check if triangle formation is possible print whether it is
an Isosceles equilateral scale triangle, otherwise print triangle formation not possible

Enter any 10 random numbers and count the number of odd numbers

Enter a number to check if it’s an Armstrong number

Enter a number and check if it is a perfect number

Enter a number and print, it’s HCF and LCM

Enter the number and check if it is even number

And write a pseudo code to check if a number is odd or even

Draw flowchart to check if it is a Krishnamurthy number

You might also like