0
hi i'm beginner, anyone know how i can change from number to letter?
Example, if I want to put the variable (hello), then I want to assign it that when I type the number (1) it appears (hello) instead of (1).
1 Answer
+ 1
Use if statement for this
If(number==1)
cout<<"hello";