Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~386 People Reached
Favorite Forums
Favorite Tags
c++ x 3

3 Posted Topics

Member Avatar for payam

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", …

Member Avatar for payam
0
129
Member Avatar for Sukhbir

try this link [URL=http://www.augustcouncil.com/~tgibson/tutorial/iotips.html]http://www.augustcouncil.com/~tgibson/tutorial/iotips.html[/URL]

Member Avatar for stg110
0
106
Member Avatar for ze_viru$

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 …

Member Avatar for payam
0
151

The End.