Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
using namespace std;
7
8
double converting1(double hours, double minutes, double seconds)
9
{ // initializing the variables
10
return (hours * 60) + (minutes) + (seconds / 60); // returning the function
"converting"
11
}
12
13
int main3()
14
{
Callers
1
main3
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected