Commit ada32a59 by Gürcan Güleç

Changed inside printf

parent cf457619
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ int main(void)
int number = 0;
while (number <= 10)
{
printf("A = %d\n", number);
printf("The value of number is %d\n", number);
// using if to decide which number to stop
if (number == 3)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment