Click here to Skip to main content
15,917,862 members
Home / Discussions / C#
   

C#

 
QuestionNeed GPS Information Pin
Arthur Manena18-Nov-06 14:04
Arthur Manena18-Nov-06 14:04 
AnswerRe: Need GPS Information Pin
Ashish Derhgawen19-Nov-06 23:39
Ashish Derhgawen19-Nov-06 23:39 
Questionc# haw to program book is very cool, but !!!!!!!!!!!! Pin
tamerana200418-Nov-06 13:10
tamerana200418-Nov-06 13:10 
AnswerRe: c# haw to program book is very cool, but !!!!!!!!!!!! Pin
Guffa18-Nov-06 13:15
Guffa18-Nov-06 13:15 
AnswerRe: c# haw to program book is very cool, but !!!!!!!!!!!! Pin
Christian Graus18-Nov-06 14:10
protectorChristian Graus18-Nov-06 14:10 
GeneralRe: c# haw to program book is very cool, but !!!!!!!!!!!! Pin
tamerana200419-Nov-06 3:13
tamerana200419-Nov-06 3:13 
GeneralRe: c# haw to program book is very cool, but !!!!!!!!!!!! Pin
Christian Graus19-Nov-06 8:59
protectorChristian Graus19-Nov-06 8:59 
GeneralRe: c# haw to program book is very cool, but !!!!!!!!!!!! Pin
tamerana200419-Nov-06 9:56
tamerana200419-Nov-06 9:56 
very thanks for your reply but can u help me to answer some questions like that . or give me the idea
Create class SavingsAccount. Use static variable annualInterestRate to store the interest rate for all account holders. Each object of the class contains a
private instance variable savingsBalance indicating the amount the saver currently has on deposit. Provide method CalculateMonthlyInterest to calculate the monthly interest by multiplying the savingsBalance by annualInterestRate divided by 12; this interest should be added to savingsBalance. Provide a static method ModifyInterestRate that sets the annualInterestRate to a new value. Write a driver program to test class SavingsAccount. Instantiate two savingsAccount objects, saver1 and saver2, with balances of $2000.00 and $3000.00, respectively. Set annualInterestRate to 4%, then calculate the monthly interest and print the new balances for each of the savers. Then set the annualInterestRate to 5% and calculate the next month’s interest and print the new balances for each of the savers.
GeneralRe: c# haw to program book is very cool, but !!!!!!!!!!!! Pin
Christian Graus19-Nov-06 10:00
protectorChristian Graus19-Nov-06 10:00 
QuestionGetFocus? Pin
Steve Echols18-Nov-06 13:01
Steve Echols18-Nov-06 13:01 
AnswerRe: GetFocus? Pin
Christian Graus18-Nov-06 14:11
protectorChristian Graus18-Nov-06 14:11 
GeneralRe: GetFocus? Pin
Steve Echols18-Nov-06 16:25
Steve Echols18-Nov-06 16:25 
QuestionGetting/selecting a list of members Pin
Glen Harvy18-Nov-06 12:41
Glen Harvy18-Nov-06 12:41 
AnswerRe: Getting/selecting a list of members Pin
Anthony Mushrow18-Nov-06 13:29
professionalAnthony Mushrow18-Nov-06 13:29 
GeneralRe: Getting/selecting a list of members Pin
Glen Harvy18-Nov-06 14:20
Glen Harvy18-Nov-06 14:20 
GeneralRe: Getting/selecting a list of members Pin
Anthony Mushrow19-Nov-06 1:32
professionalAnthony Mushrow19-Nov-06 1:32 
Questiongenerating word document Pin
saqib8218-Nov-06 8:44
saqib8218-Nov-06 8:44 
QuestionDouble is messing up with answers Pin
Yustme18-Nov-06 7:46
Yustme18-Nov-06 7:46 
AnswerRe: Double is messing up with answers Pin
Daniel Grunwald18-Nov-06 7:56
Daniel Grunwald18-Nov-06 7:56 
AnswerRe: Double is messing up with answers Pin
User 665818-Nov-06 8:15
User 665818-Nov-06 8:15 
AnswerRe: Double is messing up with answers Pin
User 665818-Nov-06 8:16
User 665818-Nov-06 8:16 
GeneralRe: Double is messing up with answers Pin
User 665818-Nov-06 8:17
User 665818-Nov-06 8:17 
GeneralRe: Double is messing up with answers Pin
Yustme18-Nov-06 8:43
Yustme18-Nov-06 8:43 
QuestionPrint PDFs on printer... Pin
anderslundsgard18-Nov-06 5:57
anderslundsgard18-Nov-06 5:57 
QuestionHow to convert array of byte to stream? Pin
bahman2000b18-Nov-06 5:26
bahman2000b18-Nov-06 5:26 

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.