free registration html

PERTEMUAN 8 FREE REGISTRATION

Latihan atau tugas Free Registration NAMA : Tgl Lahir: Alamat : Kota : Pekerjaan: Programer Data ANALISIS IT Su...

Selasa, 01 Februari 2022

Tugas pertemuan 8

 #include <iostream>

#include <conio.h>

#include <string.h>

#include <stdio.h>

using namespace std;

main()

{    

char asal[100];    

char hasil[100];  

cout<<"NAMA : MUHAMAD HUSNI RAMADHAN"<<endl;

cout<<"NIM  : 191011400011"<<endl;   

cout<<"Masukan kalimat : "; gets(asal);    

strcpy(hasil,asal);

cout<<endl;    

cout<<"Kalimat asal  : "<<asal<<endl;    

cout<<"Kalimat hasil : "<<hasil<<endl;

getch();

}

Tidak ada komentar:

Posting Komentar