Freedom Peacemaker wrote:
> Hi,
> main idea was to :
> - get random characters word
> - randomly colour letters in my word
> - from this coloured word print all yellow letters
>
> As it is random i need to be sure that at least one letter is yellow so i
> put yellow color into final variable.
W
Hi,
main idea was to :
- get random characters word
- randomly colour letters in my word
- from this coloured word print all yellow letters
As it is random i need to be sure that at least one letter is yellow so i
put yellow color into final variable. This code works but randomly
generates error.