Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #25.0K
2 Posted Topics
Re: hey there ... i am trying to this as well .... here is where i am up to ... [CODE]#include <iostream> #include <cmath> using namespace std; double pi = 3.14159265358979323846264; int z =0.0; double M =0.0; double D =0.0; double x; double y; int number_of_vectors() { int v; cout << … | |
hi, how can i use the result of a function without having it repeated ? like in the code down there i have to use the result of the function [B]get_sides()[/B] in all of the other functions..but the way i coded it down there will make me enter the values … |
The End.