How to generate output without the letter a of the characters a, s, d, f, a, s, d, f | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to generate output without the letter a of the characters a, s, d, f, a, s, d, f

28th Feb 2018, 6:15 AM
Fernando Fergan Yugan
Fernando Fergan Yugan - avatar
3 Answers
+ 4
in which language do u need?
28th Feb 2018, 7:15 AM
STRIKER
+ 4
u could use continue statement......
28th Feb 2018, 7:15 AM
STRIKER
+ 1
ascii value of a==92, using if condition u can ignore, if(count==92)
28th Feb 2018, 9:19 AM
Faiz