Figure out the math that makes the conversions work
Code the blocks to convert the input values
Do you have a working algorithm for step 1? I would set that up before moving to step 2. The algorithm should go into depth as far as what happens with A, B, and the result. You’ve given one example of how that might be calculated but what are the actual individual steps of calculating the answer? Again, this is a math problem first and a coding problem second.
Actually i was able to make a python script with the use gpt 3.5 . But i need an app…
I just want to add B1, and B2,
If the sum is less than 16 then it can be the answer
If the sum is more than 16 then divide the sum with 16,
And add the quotient to sum of A1 and A2 and the remainder becomes the sum of (B1 and B2) it’s too complicated.
I’m sorry sir but I really don’t know how to use blocks in this case… I don’t know which one to use , I tried finding something on YouTube… but no help
In @manyone’s example, the remainder was in the form remainder(x÷y) and the quotient was in the form round down(x÷y).
In your screenshot, the “x” part is “B1’s Text + B2’s Text” so you need to use that for the second set of blocks as well in the form round down (x÷y).
Don’t use the “remainder of” block for the second part… use the division block (÷). And then a separate “round down” block as shown in @manyone’s screenshot.
If you want to share a link to your project, I can make a screenshot using your actual values.