Hi.
I want my program show 10,20,30 if I press 1,2,3 and if I press any button which are different from 1,2,3, it do a loop. But it dosent work(( What's wrong with my code?
Thank you for your reply. What if the user choose some wrong button, a letter, a,b,c,d any. That's the point of the circle in my main program. If I press some letter, something goes in a wrong way. In this case, how should I modify while circle?
I have Windows 10 and Visual basic 2017. There is no eroor in the code.
But I get this "?V" instead of "ΔV". Is it possible to show greek symbols at console windows apps?
the default console supports extended ascii. EA has a small # of greek symbols but unfortunately, as far as I can tell, delta/triangle is not one of them. There may be a way to tell the console to accept Unicode, I do not know how. You can also go calc at it and call it dV maybe?