Why this code wont work some functions:
1. Its just repeat with the same input value ('suhu' wont add with 10 as I wish on the second loop until the end)
2. my reamur value still stuck at 0 even tho i already entered reamur variable and its formula
3. It wont stop until 'suhu' reach 100.
You had a couple of small errors in your code. Line 9, your suhu loop, didn't add 10 in the loop. Line 12 was missing the closing parenthesis. Here's a working version of your program.