Computer Science, asked by ibraansasri, 4 days ago

Write a programe to calculate area of triangle using VB

Answers

Answered by tomjerrycrtoon
0

Answer:

I hope you help it

Explanation:

p please mark me brain list

Attachments:
Answered by vr106367
0

Answer:

THE FOLLOWING PROGRAM IS IN PYTHON:

base = float(input("ENTER THE BASE :"))

height = float(input("ENTER THE HEIGHT :"))

area = 1/2 * (base * height)

print(area)

Explanation:

PLEASE MARK ME AS BRAINLIEST!!!

Similar questions