Questions tagged as 'consola'

1
answer

Calculate percentage of a salary to define the bonus [closed]

I must calculate the bonus of a user according to his salary. The salary must be paid and according to the amount entered the bonus is calculated, which must be within one of these ranges:    salario >= 100 and salario <= 200...
asked by 11.11.2017 / 04:25
1
answer

I want to do a reading speed test in console (C #)

I'm doing a program / game in C # which is basically a 6-speed reading speed test and I want to show something similar to this in console: link The problem is that it does not show even a single word of the contents of the text file....
asked by 05.12.2018 / 02:46
1
answer

Command logs executed via terminal

There is a file .log where you can see the commands applied via terminal in Linux , I usually apply the command history to verify previously executed commands, but this time they deleted the history and I have no trace of whi...
asked by 16.10.2017 / 21:26
2
answers

Error starting a Javascript script in Nodejs

I have a small problem when starting a script in the javascript language whose library is nodejs. The version of the node that I have installed is v6.11.1 and my computer is a Mac whose operating system is MacOS Sierra. The script that I'm tryin...
asked by 27.07.2017 / 21:56
2
answers

Count number of characters that have been entered into the console

When I run the program by console, I would like it to count the number of characters I have pressed, by the time I reach 13, I would like to press ENTER to enter the number entered. The example of the method is this: InputStreamReader i...
asked by 06.03.2017 / 14:18
1
answer

Problem with classpath [duplicated]

I have a problem when running my program, or I think that's because my program (geany) compiles the program but at the time of executing the error that will happen in the photo. I think it's classpath because if I do javac HelloMundo...
asked by 17.11.2016 / 17:30
1
answer

Does not show the output in Eclipse

I have a problem in Eclipse and it is that it does not show me by console from the second System.out.println, I'm using Eclipse 3.7.1 and Java 1.8.0_45 which is what they send me, and I also have to use the next class of a reader by keyboard, to...
asked by 02.11.2016 / 08:58
1
answer

Robocopy interrupted copy, start from the last element that you copy?

I have a list of folders with very large subfolders, approximately 1 TB, I am making a copy of all the data with robocopy and the windows console. The connection to the computer is very unstable, and sometimes the console hangs and forces me...
asked by 18.08.2016 / 13:55
0
answers

SQLTableDependency does not work after Restore the Database

Dear I was practicing receiving notifications of changes in the Tables with SQLTableDependency in a testing environment. I did not have any problem, but then when I took the database to a production environment (Backup and then Restore) it did n...
asked by 01.01.2019 / 18:49
1
answer

Validate an int and pass it to string

Good people, how are you? , I'm new to programming and I have a doubt Console.WriteLine("Ingresar un tipo"); int unTipo = Convert.ToInt32(Console.ReadLine()); if (unTipo == 1) { } As you can see in the code, it is a console test in C # an...
asked by 06.04.2017 / 21:14