Breaking News
recent

Program Menentukan Kelulusan C++

#include <iostream>

using namespace std;

int main()
{
    int ujian;
    cout << "Masukan Nilai Ujian : ";
    cin >> ujian;

    if (ujian>=60)
        cout << "\nLULUS\n";
    else
        cout << "\nTIDAK LULUS\n";
}

Ahmad

Ahmad

No comments:

Post a Comment

Powered by Blogger.