This is a simple project mainly for practice running and submitting a C program.
Write a program which requests a height and base width of a triangle, and reports its area. In case your geometry is a bit rusty, the formula is simply one half base times height. Use floating point numbers (either float or double type).
Write in C++ and use the file extension .cpp.
When your program works and looks nice, submit over the web here.