need your help for a Math problem

Hi i need help from the community.

My problem is a math problem.
I have a mathematical formula and i want to implement it using in BLOCKS.
The formula is : 415+a-(b-44)=… a and b are flexible values.
How can i use the in BLOCKS?

PS: Sorry for my bad grammar
Thanks!

1 Like

You can use the following:

blocks

Then just use the procedure block as desired, passing the input variables:

procedures_callreturn

1 Like

A very good way to learn App Inventor or Kodular is to read the free Inventor’s Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps … the links are at the bottom of the Web page. The book ‘teaches’ users how to program with AI2 blocks.

There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps

How to do a lot of basic things with App Inventor are described here: How do you...? .

Also do the tutorials Our Tutorials! to learn the basics of App Inventor, then try something and follow the Top 5 Tips: How to learn App Inventor

Taifun

1 Like