I am writing a program for mcdonald ordering system, now I extracted one part of my program. I don't know why the while loop is not working, it just runs once.
In function 'int main()':
10:6: error: 'size' was not declared in this scope
10:11: error: 'c' was not declared in this scope
10:21: error: 'm1' was not declared in this scope
12:6: error: 'size' was not declared in this scope
12:11: error: 'c' was not declared in this scope
12:25: error: 'm1' was not declared in this scope
14:6: error: 'size' was not declared in this scope
14:11: error: 'c' was not declared in this scope
14:24: error: 'm1' was not declared in this scope
16:7: error: 'size' was not declared in this scope
16:12: error: 'c' was not declared in this scope
16:24: error: 'm2' was not declared in this scope
17:8: error: 'size' was not declared in this scope
17:13: error: 'c' was not declared in this scope
22:15: error: 'size' was not declared in this scope
22:20: error: 'c' was not declared in this scope
26:6: error: 'size' was not declared in this scope
26:11: error: 'c' was not declared in this scope
26:21: error: 'a1' was not declared in this scope
28:6: error: 'size' was not declared in this scope
28:11: error: 'c' was not declared in this scope
28:25: error: 'a1' was not declared in this scope
30:6: error: 'size' was not declared in this scope
30:11: error: 'c' was not declared in this scope
30:24: error: 'a1' was not declared in this scope
32:6: error: 'size' was not declared in this scope
32:11: error: 'c' was not declared in this scope
32:23: error: 'a2' was not declared in this scope
33:7: error: 'm1' was not declared in this scope
34:7: error: 'price' was not declared in this scope
34:13: error: 'c' was not declared in this scope
34:16: error: 'size' was not declared in this scope
35:4: error: 'type' was not declared in this scope
37:7: error: 'm2' was not declared in this scope
38:13: error: 'price' was not declared in this scope
38:19: error: 'c' was not declared in this scope
38:22: error: 'size' was not declared in this scope
39:4: error: 'type' was not declared in this scope
41:7: error: 'a1' was not declared in this scope
42:7: error: 'price' was not declared in this scope
42:13: error: 'c' was not declared in this scope
42:16: error: 'size' was not declared in this scope
43:4: error: 'type' was not declared in this scope
46:7: error: 'a2' was not declared in this scope
47:7: error: 'price' was not declared in this scope
47:13: error: 'c' was not declared in this scope
47:16: error: 'size' was not declared in this scope
48:4: error: 'type' was not declared in this scope
51:4: error: 'c' was not declared in this scope
54:8: error: 'solved' was not declared in this scope