Search results for query: *

  • Users: Boiko
  • Content: Threads
  • Order by date
  1. Boiko

    kill process console app

    Hi all, just trying to create simple console which can take user input and kill process which was typed. i've created this small application which does what it should: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...
  2. Boiko

    Calculation

    Hi guys, Just reading a book for beginners about c# and just missed something here.. // Inputs Console.Write("Enter customer price of a product: "); string inputPrice = Console.ReadLine(); double customerPrice = Convert.ToDouble(inputPrice); Console.Write("Enter VAT rate in %: "); string...
  3. Boiko

    simple program

    Hello I am trying to write just a simple program to show your first and second name, what's wrong with it? Thanks! using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace next_lesson { class Program { static...
  4. Boiko

    Cursor problem

    I have problem with typing.. In that picture above you can see grey blinking cursor, and if I would try to type something it would delete letter in front of it, how can I fix it, because it's very annoying.. Anyone? Thanks
Back
Top Bottom