[求助]我是新手.今天看书遇到个问题!
题目:编写一个程序.要求用户输入小时数和分钟数.在main()函数中,将这两个值传递给一个void 函数,后者以下面的这样的格式显示这两个值:Enter the number of hours:10
Ebter the number of minytes:30
Time:10:30
(这两个值传递给一个void 函数这个不明白哦)
还有个问题就是 怎么有没有using namespace std;这个 好象没什么关系 这是为什么哦
请高手帮忙哦