How to make an app that counts the letter a

So how do you create an app that counts the letter a ???

This requires looping through the text and adding one to the letter frequency value for “a” or “A” each time the letter matching the loop index value’s position is equal to one of those target letters.

You mentioned to me that you are new to coding. If so, my example project may be a little hard to follow. But hopefully it will get you started. The first screen (“text letter count”) has an example that counts the number of "e"s in the text.

https://x.thunkable.com/copy/d0844dbd3064096b0f755469c7210a98

1 Like