From c867d759860d86c8cea5d3fe97a737f28ead2ecb Mon Sep 17 00:00:00 2001 From: Rehman Ali <55204040+Arehmanali@users.noreply.github.com> Date: Thu, 10 Oct 2019 13:48:26 -0700 Subject: [PATCH] Update English_Num.cpp --- English_Num.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/English_Num.cpp b/English_Num.cpp index 81da116..1ac2812 100644 --- a/English_Num.cpp +++ b/English_Num.cpp @@ -1,4 +1,4 @@ -//convert the input number into the letters +//convert the input number into the letters. #include #include using namespace std;