0
Fill in the blanks to declare a time structure with members,minutes and horus
4 ответов
+ 3
Do you have a code to share?
(Without blanks, because you need to do it first)
+ 1
Pls edit your question:
1. Remove all tags
2. Include a single tag with the language name
3. Include in the description a link to your code in Code Playground - use "+" button
4. Explain in the question description the difficulties you have
Let the people know what you need.
0
int
}
0
struct time {
int minutes;
int hours;
};