#include <iostream>
using namespace std;
int tegangan(int R, int A){
return(R*A);
}
int main() {
int R,A,V;
cout<<"masukkan R : ";cin>>R;
cout<<"masukkan A : ";cin>>A;
V=tegangan(R,A);
cout<<"V = "<<V;
return 0;
}
EXPLORE INFORMATION : AI, BITCOIN, TECHNOLOGY. Enjoy!
EXPLORE INFORMATION : AI, BITCOIN, TECHNOLOGY
0 Comment: