From 67acbcdaf18cb4deacbaca0bdae48103c6b49884 Mon Sep 17 00:00:00 2001 From: arjundixit98 <36246420+arjundixit98@users.noreply.github.com> Date: Mon, 14 Oct 2019 10:41:25 +0530 Subject: [PATCH] Update PayCheck.cpp --- PayCheck.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PayCheck.cpp b/PayCheck.cpp index 394113f..faf839b 100644 --- a/PayCheck.cpp +++ b/PayCheck.cpp @@ -101,7 +101,7 @@ int main(){ double rate, hours; double amount; - initialize(&x, &y, &z); + initialize(&x, &y, &z); //Passing the addresses of x,y and z cout<<"After initialisation x= "<