From 67699a8aef79f55b315f5b95c79fe7e9bebc8d07 Mon Sep 17 00:00:00 2001 From: mapaba79 Date: Wed, 18 Sep 2024 23:17:23 -0300 Subject: [PATCH] removing unnecessary character in message to user on line 32 of assignment7.c file --- Assignment-07/assignment7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assignment-07/assignment7.c b/Assignment-07/assignment7.c index b9aa157..932d04b 100644 --- a/Assignment-07/assignment7.c +++ b/Assignment-07/assignment7.c @@ -29,7 +29,7 @@ int main(void) if (((a*(solution2*solution2)) + (b*solution2) + c) == 0) { - printf("[The solution using the '-' operator is: %f", solution2); + printf("The solution using the '-' operator is: %f", solution2); } else {