Quick actions

cmd+k|ctrl+k

Navigation

Languages

PEMROGRAMAN CPPLatihan 1-2

Snippet info

Language

Cpp

Visibility

public

Author

raffaisnurasha25

Created

2025-10-13T14:46:32.016349Z

Updated

2025-10-26T14:43:19.680797Z

#include <iostream>
using namespace std;


int main() {
    cout << "Nama: RAFFAIS NUR ASHA" << endl;
    cout << "Nim: 3420240013" << endl;
    printf ("%i", (10+20));
    return 0;
}
INFO