Multiplier of numbers

I see you asking a lot of questions what you want to do. Why not just start and try for yourself. Show your blocks if something doesnt go as you want. That way you will learn much more then that someone else gives you the solution.

2 Likes

Honestly, I am working on a project that does math operations, so I do not hesitate to ask every math question, but you can help me if you know this question.

Because I am a novice and I do not have much time

Why don't you try doing them on your own? All you have to do is comprehend the logic, and it's a breeze. App Inventor already gives you a lot of blocks to solve mathematical operations, so you don't have to do much on your own.

Honestly, I could not bring the multiples of the numbers whatever I thought

So you expect others to spend there time to do the work for you?

No, I just wanted to use the ideas and opinions of others :disappointed_relieved: :cry: :sob:

Then again, that's what the community is for: asking questions...

Can you please help me because I do not have time to deliver this application tomorrow. :pray: :pray: :pray: :pray:

We cannot help you if you do not provide us with what you need help with.

So who should I tell?

Just post your question. Somebody may be able to help you.

Please tell

The answer is not too dissimilar from TIMAI2's blocks for repeated multiplication:

1 Like

Thank you very much for your answer. I hope everyone in the Inventor app is as generous as you

Excuse me, I was a little curious to tell you the difference between these blocks because they are of this type in all blocks.procedures_defnoreturn
procedures_defreturn

In the first type, you call a procedure that runs kind of like a separate method.
In the second type, you can call a procedure that returns you an assignable value.

If you know Java, the difference is comparable to void methods vs returning methods.

Thank you very much

Or something like this: factors.aia (2.8 KB)

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.