C# 0 The Complete Reference


Pow( )  requires  double



Download 4,07 Mb.
Pdf ko'rish
bet782/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   778   779   780   781   782   783   784   785   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

Pow( )

 requires 



double

 arguments, the interest rate and the number of years are 

held in 

double

 values. The future value and initial investment use the 



decimal

 type.


/* Compute the initial investment needed to attain

   a known future value given annual rate of return

   and the time period in years. */

using System;

class InitialInvestment {

  static void Main() {

    decimal initInvest; // initial investment

    decimal futVal;     // future value

    double numYears;    // number of years

    double intRate;     // annual rate of return as a decimal

    string str;

    Console.Write("Enter future value: ");

    str = Console.ReadLine();

    try {

      futVal = Decimal.Parse(str);

    } catch(FormatException exc) {

      Console.WriteLine(exc.Message);

      return;

    }

    Console.Write("Enter interest rate (such as 0.085): ");



    str = Console.ReadLine();

    try {

      intRate = Double.Parse(str);

    } catch(FormatException exc) {

      Console.WriteLine(exc.Message);

      return;

    }

    Console.Write("Enter number of years: ");



    str = Console.ReadLine();

    try {

      numYears = Double.Parse(str);

    } catch(FormatException exc) {

      Console.WriteLine(exc.Message);

      return;

    }

    initInvest = futVal / (decimal) Math.Pow(intRate+1.0, numYears);



    Console.WriteLine("Initial investment required: {0:C}",

                      initInvest);

  }

}

www.freepdf-books.com




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   778   779   780   781   782   783   784   785   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish