No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
i have an excel spreadsheet and i need to select a couple of ranges of data from a table and then to create a graph with these ranges. In excel you can use the crtl key to select discontinuous ranges and i c# you can say Excel.get_Range range = thisSheet.get_range("A2":"A6","c2":"c6", … | |
Re: try this link [URL=http://www.augustcouncil.com/~tgibson/tutorial/iotips.html]http://www.augustcouncil.com/~tgibson/tutorial/iotips.html[/URL] | |
Re: just one extra method will make your code alot better, we will call it FindPrice so private double FindPrice(int day, char choice) { swich(choice) { case 's': case 'S' : //You may want to add output message if (day >=1 && day <= 10) return 4.50; elseif (day >= 11 … |
The End.