Ask a New Question

Question

Draw a flowchart that will accept the length of the base and height of a triangle and print
the area. Use the formula: Area = (base * height) / 2
5 years ago

Answers

oobleck
just write what you would do
ask for base
read base
ask for height
read height
area = (base * height)/2
print area
5 years ago
Hafiz
Basic program to calculate area of triangle
3 years ago
Darshil
Follow the instructions
Step1- input the base and height
Step2- calculate the base and height
Step3- by formula (1/2*b*h)
Step4- print area
3 years ago

Related Questions

Draw a flowchart, hierarchy chart , and pssseudocode for a program to solve the following problem. A... draw an isolation flowchart to show how one would separate mixture of 1-decanol , aniline and benzoi... draw a flowchart and write a program and pseudocode that prompts the user for a starting balance and... HOW CAN I DRAW A FLOWCHART THAT WILL PRODUCE THE FOLLOWING OUTPUT REPORT, ITEM, PRICE, QUANTITY AND... Draw the flowchart or pseudocode for an application that allows a user to enter the price of an item... Draw a flowchart to solve this problem.A program to ask user to input 100 marks.Calculate the averag... Draw a flowchart that will accept the physics score by 30 students calculate and print the average... draw a flowchart to sum all the even numbers between 1 and 20 inclusive and then display the sum how to draw the flowchart to add numbers from 1 to 100 and display the sum
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use