Work on Exercise 5-2
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
*
|
||||
* Exercise 5-2. Write getfloat, the floating-point analog of getint. What type does getfloat
|
||||
* return as its function value?
|
||||
*
|
||||
* Author: Kun Deng
|
||||
*/
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
*
|
||||
* Exercise 5-
|
||||
*
|
||||
* Author: Kun Deng
|
||||
*/
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user