OOP HomeWork
This commit is contained in:
3
oop_hw1/oop_hw1_5/testchar.cpp
Normal file
3
oop_hw1/oop_hw1_5/testchar.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
bool is_digit(char ch) {
|
||||
return ch >= '0' && ch <= '9';
|
||||
}
|
Reference in New Issue
Block a user