Aktualizovat du3/program.c
This commit is contained in:
parent
390ce3345c
commit
b088d5f688
@ -98,7 +98,7 @@ int main()
|
|||||||
|
|
||||||
if (strBuffer[i] == '+' || strBuffer[i] == '-' || strBuffer[i] == '/' || strBuffer[i] == '*')
|
if (strBuffer[i] == '+' || strBuffer[i] == '-' || strBuffer[i] == '/' || strBuffer[i] == '*')
|
||||||
{
|
{
|
||||||
op1 = i;
|
op1 = strBuffer[i];
|
||||||
}
|
}
|
||||||
else if (strBuffer[i] == '.')
|
else if (strBuffer[i] == '.')
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user