Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,209,447 members, 8,006,114 topics. Date: Monday, 18 November 2024 at 04:23 PM |
Nairaland Forum / Science/Technology / Programming / C++ Function Call Question (622 Views)
Nairaland Login Function Is Faulty! / Javascript:how Do I Use drawBox Function.. / Brain Teaser: Recursive Anonymous Function Expression Analysis (2) (3) (4)
C++ Function Call Question by Emmoa(m): 4:25am On Jun 06, 2020 |
Anyone who can help answer this c++ question of using functions. |
Re: C++ Function Call Question by Tim1212(m): 6:59am On Jun 06, 2020 |
Very easy, drop your email 1 Like |
Re: C++ Function Call Question by Emmoa(m): 12:06pm On Jun 06, 2020 |
Tim1212: Yes yes!!!!!Thank you so much. I truly appreciate. 1 Like |
Re: C++ Function Call Question by iAmTheJoker: 12:02am On Jun 07, 2020 |
//Hey!.. i tried solving it, i think it might be correct #include <iostream> #include <cmath> using namespace std; float Rformular(); float R; // radius float V; // velocity square float Rformular (float* v, float* o ) { V = pow(*v,2); float g = 9.81; R = V/(g*tan(*o)); return R; }// radius formular int main() { float v; //velocity float o; //teetar float m; //mass cout << "input velocity" << endl; cin >> v; // input for tangential velocity cout << "input value for teetar" << endl; cin >> o; //input for teetar cout << " input value for mass"<< endl; cin >> m; // input for mass float R = Rformular(&v,&o); V = pow(v,2); float L = ((m * V)/R)/sin(o);// calculating force cout << L << "N"<< endl ; } 2 Likes |
Re: C++ Function Call Question by Emmoa(m): 1:59pm On Jun 07, 2020 |
iAmTheJoker:Thank you so much.God bless . I will run the code |
Re: C++ Function Call Question by Christianchinyz: 12:42pm On Jan 04, 2023 |
Hello how are you now |
(1) (Reply)
React Setup In Pidgin! / What IT Course Can I Learn / If I Upload A Small Javascript Project Tutorial, Will You Watch?
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 10 |