Recent content by karlosdraco

  1. K

    Closed C++ only

    #include <iostream> using namespace std; struct math{ float a,b,h,ans; }; void AreaOfTrapezoid(){ math value1,value2,value3,answer; float a,b,h,area; a = value1.a; b = value2.b; h = value3.h; area = answer.ans; cout<<"Area of TRAPEZOID"<<endl...
Back
Top