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

Bio Physics Assignments

The document contains instructions for 12 biology physics assignments involving drawing flowcharts to solve various computational problems. The flowcharts are to solve problems such as finding the largest of three numbers, calculating the roots of a quadratic equation, adding two numbers, converting between temperature scales, determining if a triangle is a right triangle based on side lengths, calculating simple and compound interest, checking if a number is even or odd, calculating an employee's salary from inputs of basic salary and allowances, finding totals, percentages and grades from subject marks, checking if a number is positive, printing numbers from 1 to 10, and calculating the area of a rectangle.

Uploaded by

Rishabh Singh
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)
35 views1 page

Bio Physics Assignments

The document contains instructions for 12 biology physics assignments involving drawing flowcharts to solve various computational problems. The flowcharts are to solve problems such as finding the largest of three numbers, calculating the roots of a quadratic equation, adding two numbers, converting between temperature scales, determining if a triangle is a right triangle based on side lengths, calculating simple and compound interest, checking if a number is even or odd, calculating an employee's salary from inputs of basic salary and allowances, finding totals, percentages and grades from subject marks, checking if a number is positive, printing numbers from 1 to 10, and calculating the area of a rectangle.

Uploaded by

Rishabh Singh
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

BIO PHYSICS ASSIGNMENTS

1. Draw flowchart to find the largest among three different numbers entered by user.
2. Draw a flowchart to find all the roots of a quadratic equation ax2+bx+c=0
3. Draw a flowchart to add two numbers entered by user.
4. Draw a flowchart to obtain temperature in Celsius and convert it into the Fahrenheit
and Kelvin.
5. Draw a flowchart for the logical steps (pseudo-code) to find out whether a given triangle
ABC is a right-angle triangle. Assume that the sides of the triangle are supplied as
input. Print the answer as yes or no.
6. Draw a flow chart to calculate simple interest and compound interest.
7. Draw a flow chart to check the given no. is even no. or odd no.
8. Draw a flow chart to obtain basic salary, ta, da, hra from user and calculate salary of
employee.
9. Draw a flow chart to input marks of five subjects and find total, percentage and division.
10. Draw a flow chart which obtain a number from the user and check the number is
positive or not.
11. Draw a flow chart which prints number from 1 to 10.
12. Draw a flow chart to calculate area of rectangle.

You might also like