blah blah blah is here! blah blah » Close

0
votes
2 answers

to create a file using C#

HI could any one help me ,by letting me know how to create a file using c# program . Thanks in Advance.

0
votes
1 answers

function to write text to a file on desktop

hi, i am using the below code to write text to file file created on desktop . do { Console.Write("enter the item:"); Description = Console.ReadLine(); ...

0
votes
0 answers

writing to file

hi , below is the program written to enter item description, price and date of purchase. finally it is going to give the total amount. here i wanted to write the output of this program to a file created and saved on the desktop .to creat ...

0
votes
1 answers

c# first program

hi, i have written a program to enter the item description, date and price of the item and to produce the sum of the prices entered by the user. its working well except ,that it is not producing the toatl amount. namespace ConsoleAppli ...

Feedback