Update 'sk2/main.c'
This commit is contained in:
parent
9b0d273210
commit
afadb4f53f
@ -23,7 +23,7 @@ int main() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
printf("Enter result: ");
|
||||
printf("Enter the equation: ");
|
||||
fgets(expression, sizeof(expression), stdin);
|
||||
scanf("%[^\n]", expression);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user