C++
//Program Ramalan
Jodoh
#include "iostream"
#include "conio.h"
#include "string"
using namespace std;
struct one{
char huruf;
int angka;
};
struct bobot{
int nilai1;
int nilai2;
string ramal;
};
void angka(one
life[10]){
life[0].huruf='a';
life[1].huruf='i';
life[2].huruf='u';
life[3].huruf='e';
life[4