
programnya
#include <iostream>
#include <string>
using namespace std;
int main()
{
string raptor_prompt_variable_zzyz;
int a;
int b;
raptor_prompt_variable_zzyz ="masukan nilai a";
cout << raptor_prompt_variable_zzyz << endl;
cin >> a;
raptor_prompt_variable_zzyz ="masukan nilai b";
cout << raptor_prompt_variable_zzyz << endl;
cin >> b;
if (a>b)
{
cout << "nilai terbesar adalah "<<a << endl; }
else
{
cout << "nilai terbesar adalah "<<b << endl; }
system ("pause");
return 0;
}
Tidak ada komentar:
Posting Komentar