b374k
v10
today : | at : | safemode : ON
> / home / facebook / twitter / youtube /
name author perms com modified label

The rank real numbers pramana rwxr-xr-x 0 12:34 am

Filename The rank real numbers
Permission rw-r--r--
Author pramana
Date and Time 12:34 am
Label
Action
The rank real numbers is a program that is designed based on the initial program in which the program stretcher only for integers, but this time I changed from integer to real number progaram the rank ...

This is the source code of the program the rank a real number


#include <cstdlib>
#include <iostream>
 


using namespace std;

int main(int argc, char *argv[])
{
   float pangkat;
   int a;
   float x;
   int y;
   cout<<"Calculate the rank of real number"<<endl<<endl;
   cout <<"input limit value = ";
   cin >> x;
   cout <<"input rank value = ";
   cin >> y;
   pangkat =1;
   a =1;
   while (!(a>y))
   {
      pangkat =pangkat*x;
      a =a+1;
   }
   cout << "the result is : "<<pangkat << endl;
    system("PAUSE");
    return EXIT_SUCCESS;
}
 

0 comments:

Post a Comment

 

Jayalah Indonesiaku © 2010 Pramana's BLOG
VB (Vio b374k) Template design by p4r46hcyb3rn3t