- 
        Joined 
Nov 1, 2025  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <iostream> | |
| #include <string> | |
| using namespace std; | |
| int main() { | |
| // Data Mahasiswa | |
| long long nim[] = {22070230001, 22070230007, 22070230009}; | |
| string nama[] = {"Syafa Rijal", "Ferry Santoso", "Budi Kusuma"}; | |
| float ipk[] = {3.87, 3.37, 3.50}; | |
| int n = 3; |