#include <iostream>

using namespace std;

int main() {

char nama[20] = "Juri Pebrianto \n";

char input[10], input2[10];

cout << "Nama : " << nama;

cout << "Masukan Nilai 1 : \n";

cin >> input;

cout << "Nilai 1 = " << input;

cout << "\n\n";

cout << "Masukan Nilai 2 : \n";

cin >> input;/p>

cout << "Nilai 2 = " << input;

}

By Juri Pebrianto

IT and software developer From 2014, I focus on Backend Developers with the longest experience with the PHP (Web) programming language, as I said above, I open myself up to new technologies about programming languages, databases and everything related to programming or software development. I have a new experience for React-Js, React-Native, Go-Lang, by the way, this website juripebrianto.my.id is made with React-Js technology as the frontend and Go-Lang as the API and CMS and uses MongoDB as the database.