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