Posts by Uondaime • 124 points
8 posts
-
0
votes1
answer232
viewsQ: How to limit decimal places in C#
I made an application to calculate the arithmetic average of 3 notes. My form has 3 Textbox that receives the note and a button that calculates the average. The result is printed on a Label, as I do…
-
1
votes1
answer103
viewsQ: Problem in python print
I have 2 inputs that receive the first and last name of a person, then is informed the values typed and is asked the age of the same, but the print is showing the name information between "Square…
-
1
votes1
answer202
viewsQ: Error in python print
Hello, I have a little problem, I think it’s simple and I’ll get help here. I have a code that gets a name, check if it is 'Elves', if it’s printa 'welcome', if it’s not printa 'unauthorized'. The…
-
2
votes2
answers399
viewsQ: Problem with while repetition structure
I made this little code so he’d ask for a username and a password. If the data were the same as those defined within the code, show a "success", if the user is different from the one placed in the…
-
0
votes1
answer183
viewsQ: How to search within Python code
Hello, I would like to make a code that when I typed for example, "product name", it checked if there is any word with the name I typed and returned a value, example "200 real". But I have no idea…
-
1
votes1
answer33
viewsQ: How to make the value appear by clicking on any corner of the Javascript page
Well, I have a javascript exercise that I have to make appear if the value of a number is prime or not. But I’m not succeeding, because the teacher wants the value to appear when we click in any…
javascriptasked Uondaime 124 -
2
votes3
answers10473
viewsQ: Check if the number is Javascript prime
Well, I made this code to show if the textbox number is prime, if a message will appear in the paragraph with message id. But it doesn’t work, if someone could tell me where I’m going wrong. I’d be…
javascriptasked Uondaime 124 -
1
votes1
answer124
viewsQ: Script to show capital of selected state?
Well, I wanted that when selected a certain state, show an Alert informing the capital of it. Already, I thank. <!DOCTYPE html> <html> <head> <meta charset="utf-8" />…