Posts by Genezis • 63 points
4 posts
-
1
votes1
answer43
viewsQ: Show help button when text box is selected (C#)
I’ve been looking for a while about how to put a help button that only appears next to the text box when it is selected. Is there any way to do it in the c#? This should be the case when the text…
-
-1
votes4
answers810
viewsQ: Python, How to let the person put a number and with this number put that same amount of questions
Is it possible to make a system like this in Python, like let’s assume in a college system, if I put materias = print(input("Digite o número exato de matérias que há nesta série: ")) what it takes…
-
0
votes1
answer77
viewsQ: Phonegap can I create an app and market it?
I may not market, but publish it in the play store, and put commercials and wins on the app without penalty? Do you have a license that says you can’t market? You have to pay the phonegap to publish…
apache-cordovaasked Genezis 63 -
1
votes5
answers1664
viewsQ: I want to put the number of characters and put whether it even or odd
But my code is going wrong. namespace Impar_ou_parr { class Program { static void Main(string[] args) { string NumLetras; Console.WriteLine("Digite uma Palavra: "); NumLetras = Console.ReadLine();…