Click here to Skip to main content
15,885,244 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Assignment Pin
NotPolitcallyCorrect19-May-13 10:38
NotPolitcallyCorrect19-May-13 10:38 
GeneralRe: C# Assignment Pin
Member 1006323419-May-13 10:57
Member 1006323419-May-13 10:57 
AnswerRe: C# Assignment Pin
OriginalGriff19-May-13 19:04
mveOriginalGriff19-May-13 19:04 
GeneralRe: C# Assignment Pin
N8tiv20-May-13 7:52
N8tiv20-May-13 7:52 
Questionchat client/client Pin
baharan2019-May-13 8:52
baharan2019-May-13 8:52 
AnswerRe: chat client/client Pin
Dave Kreskowiak19-May-13 16:40
mveDave Kreskowiak19-May-13 16:40 
AnswerRe: chat client/client Pin
Abhinav S19-May-13 18:22
Abhinav S19-May-13 18:22 
QuestionC# Help Pin
Member 1006323419-May-13 8:24
Member 1006323419-May-13 8:24 
I have this assignment with arrays and I'm totally lost. I'm ready to drop out of the class because it is too hard for me. I just want to finish the class and not fail.

SQL
Develop a C# console application that implements two parallel arrays in Main, one to hold double values called item_price and the other to hold strings called item_name. Each array will hold 5 values.  Use an initializer to fill the item_price array with the values  15.50, 50.99, 25.00, 115.49, 75.25.  Use an initializer to fill the item_name array with the values "Widget", "Thingy", "Ratchet", "Clanger", "Fracker".  This application will use a method to change the corresponding prices for items based on a price point and a multiplier which will require double value types.  The inputs for the price and multiplier are input from the console.
Create two static methods, one called changePrices and one called printit.  When the changePrices method is called from Main you should pass the item_price array by reference, the price point and price difference values input from the console to it.  The changePrices method should loop through the item price array and check the price point  to determine the increase in price for each price array element.

GeneralRe: C# Help Pin
harold aptroot19-May-13 8:36
harold aptroot19-May-13 8:36 
GeneralRe: C# Help Pin
Member 1006323419-May-13 8:40
Member 1006323419-May-13 8:40 
GeneralRe: C# Help Pin
harold aptroot19-May-13 8:52
harold aptroot19-May-13 8:52 
GeneralRe: C# Help Pin
Member 1006323419-May-13 8:58
Member 1006323419-May-13 8:58 
QuestionHow to count the numbers of pages from printer using ASP.NET With C# Pin
Pankaj Tak19-May-13 7:23
Pankaj Tak19-May-13 7:23 
AnswerRe: How to count the numbers of pages from printer using ASP.NET With C# Pin
Dave Kreskowiak19-May-13 7:37
mveDave Kreskowiak19-May-13 7:37 
GeneralRe: How to count the numbers of pages from printer using ASP.NET With C# Pin
Pankaj Tak22-May-13 17:54
Pankaj Tak22-May-13 17:54 
GeneralRe: How to count the numbers of pages from printer using ASP.NET With C# Pin
Pankaj Tak6-Jun-13 20:58
Pankaj Tak6-Jun-13 20:58 
GeneralRe: How to count the numbers of pages from printer using ASP.NET With C# Pin
Dave Kreskowiak7-Jun-13 13:59
mveDave Kreskowiak7-Jun-13 13:59 
GeneralRe: How to count the numbers of pages from printer using ASP.NET With C# Pin
Pankaj Tak7-Jun-13 17:35
Pankaj Tak7-Jun-13 17:35 
GeneralRe: How to count the numbers of pages from printer using ASP.NET With C# Pin
Dave Kreskowiak7-Jun-13 18:29
mveDave Kreskowiak7-Jun-13 18:29 
GeneralRe: How to count the numbers of pages from printer using ASP.NET With C# Pin
Pankaj Tak7-Jun-13 19:13
Pankaj Tak7-Jun-13 19:13 
GeneralRe: How to count the numbers of pages from printer using ASP.NET With C# Pin
Dave Kreskowiak8-Jun-13 4:23
mveDave Kreskowiak8-Jun-13 4:23 
Questionnested switch Pin
MKS Khalid18-May-13 11:47
MKS Khalid18-May-13 11:47 
AnswerRe: nested switch Pin
Richard MacCutchan18-May-13 21:16
mveRichard MacCutchan18-May-13 21:16 
AnswerRe: nested switch Pin
Eddy Vluggen19-May-13 2:14
professionalEddy Vluggen19-May-13 2:14 
AnswerRe: nested switch Pin
Sadhish T19-May-13 5:51
Sadhish T19-May-13 5:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.