MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / converting1

Function converting1

Lab_05/Source2.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace std;
7
8double converting1(double hours, double minutes, double seconds)
9{ // initializing the variables
10 return (hours * 60) + (minutes) + (seconds / 60); // returning the function "converting"
11}
12
13int main3()
14{

Callers 1

main3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected