blah blah blah is here! blah blah » Close

0
votes
1 answers

checking user input for invalid characters

i have a console application that asks user for their sales figures over a month. I have made the program reject entries below zero and ask the user to enter their sales figures again. But now I want the same thing to happen when the user e ...

0
votes
1 answers

I need help with an array that I need to use in C#. Please help.

I have been asked to create a program that open a .txt file that contains customer names and licence fee's to be paid in %. I have managed to get the program to open the .txt file and now I need to create an array that asks the user for the ...

1
votes
1 answers

How do i divide integers form a txt file that i have streamread?

i have streamread a file in to my program and now i want to divide the intergers in the txt file! Please help!

Feedback