5.9 Figure 5.16 Using a Function Parameter
#include <cstdlib>
#include <iostream>
using namespace std;
void evaluate ( double f(double f_arg), double pt1,double pt2,double pt3){
cout<<" = "<<pt1<<f(pt1);
cout<<" = "<<pt2<<f(pt2);
cout<<" = "<<pt3<<f(pt3);
}
int main(int argc, char *argv[])
{
system("PAUSE");
return EXIT_SUCCESS;
}
Tugas Kelompok ebook chapter 5 Alpro
| Judul | : | Tugas Kelompok ebook chapter 5 Alpro |
| Url | : | https://fiqriany1300018072.blogspot.com/2014/03/tugas-kelompok-ebook-chapter-5-alpro_8262.html |
| Pada | : | Senin, 24 Maret 2014 |
| Oleh | : | Unknown |
| Respond | : | 0 |
| Share | : |
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar