From 0a5e7e1e389174944d76014494dbdbf30f6bfe65 Mon Sep 17 00:00:00 2001 From: Ishika Mouriya <133598858+ishikaMouriya@users.noreply.github.com> Date: Sat, 9 Nov 2024 18:40:24 +0530 Subject: [PATCH] output update --- Chapter 2 - Practice Set/02_problem2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Chapter 2 - Practice Set/02_problem2.c b/Chapter 2 - Practice Set/02_problem2.c index ad4c06e..cf26e6e 100644 --- a/Chapter 2 - Practice Set/02_problem2.c +++ b/Chapter 2 - Practice Set/02_problem2.c @@ -4,4 +4,5 @@ int main(){ float a = 3.0/8 - 2; printf("The value of a is %f", a); return 0; -} \ No newline at end of file +} +//The value of a is -1.625000