SlideShare ist ein Scribd-Unternehmen logo
1 von 4
#include <stdio.h>
#include <conio.h>
#include <iostream.h>
main()
{
char kode[10][2],*aksi[10],pngj[5],lagi;
int x,y;
long harga[10],jml[10];
awal:
cout<<"Masukan Jumlah data=";cin>>x;
cout<<"Masukan Pengunjung=";cin>>pngj;
for(y=1;y<=x;y++)
{
cout<<"Masukan Paket WISATA[AA/BB/CC]=";cin>>kode[y];
cout<<"Masukan Jumlah Peserta /orang=";cin>>jml[y];
if (strcmp(kode[y],"AA")==0||strcmp(kode[y],"aa")==0)
{
harga[y]=90000;
aksi[y]="Buah Mangga";
}
else
if (strcmp(kode[y],"BB")==0||strcmp(kode[y],"bb")==0)
{ harga[y]=80000;
aksi[y]="Buah Apel"; }
else
if (strcmp(kode[y],"CC")==0||strcmp(kode[y],"cc")==0)
{ harga[y]=70000;
aksi[y]="Buah Jeruk"; }
else
{ cout<<"Salah Input";
goto awal; }
}
clrscr();
gotoxy(1,1);
cout<<"******************************************"<<endl;
gotoxy(8,2);
cout<<"WISATA TAMAN BUAH"<<endl;
gotoxy(1,3);
cout<<"******************************************"<<endl;
gotoxy(4,4);
cout<<"PENGUNJUNG = "<<pngj<<endl;
gotoxy(2,6);
cout<<"NO AKSI JML HARGA"<<endl;
gotoxy(1,7);
cout<<"******************************************"<<endl;
//1234567890123456789012345678901234
for(y=1;y<=x;y++)
{
gotoxy(2,y+9);cout<<y;
gotoxy(6,y+9);cout<<aksi[y];
gotoxy(18,y+9);cout<<jml[y];
gotoxy(25,y+9);cout<<harga[y];
}
gotoxy(1,15);
cout<<"******************************************"<<endl;
gotoxy(7,16);
cout<<"Input Data Lagi=";cin>>lagi;
if (lagi=='Y'||lagi=='y')
{clrscr();
goto awal;}
else
cout<<"thanks"<<endl;
getch();
}
Penggunaan Array pada Studi Kasus Pemograman C==

Weitere ähnliche Inhalte

Was ist angesagt?

OOP 2012 - Hint: Dynamic allocation in c++
OOP 2012 - Hint: Dynamic allocation in c++OOP 2012 - Hint: Dynamic allocation in c++
OOP 2012 - Hint: Dynamic allocation in c++Allan Sun
 
The Ring programming language version 1.9 book - Part 50 of 210
The Ring programming language version 1.9 book - Part 50 of 210The Ring programming language version 1.9 book - Part 50 of 210
The Ring programming language version 1.9 book - Part 50 of 210Mahmoud Samir Fayed
 
Super Advanced Python –act1
Super Advanced Python –act1Super Advanced Python –act1
Super Advanced Python –act1Ke Wei Louis
 
The MongoDB Driver for F#
The MongoDB Driver for F#The MongoDB Driver for F#
The MongoDB Driver for F#MongoDB
 
The Ring programming language version 1.5.4 book - Part 41 of 185
The Ring programming language version 1.5.4 book - Part 41 of 185The Ring programming language version 1.5.4 book - Part 41 of 185
The Ring programming language version 1.5.4 book - Part 41 of 185Mahmoud Samir Fayed
 
cocos2d 事例編 HungryMasterの実装から
cocos2d 事例編 HungryMasterの実装からcocos2d 事例編 HungryMasterの実装から
cocos2d 事例編 HungryMasterの実装からYuichi Higuchi
 
Program Kasir c++(case ROti88)
Program Kasir c++(case ROti88)Program Kasir c++(case ROti88)
Program Kasir c++(case ROti88)Achmad Sidik
 
Functional JS for everyone - 4Developers
Functional JS for everyone - 4DevelopersFunctional JS for everyone - 4Developers
Functional JS for everyone - 4DevelopersBartek Witczak
 
JavaSE7 Launch Event: Java7xGroovy
JavaSE7 Launch Event: Java7xGroovyJavaSE7 Launch Event: Java7xGroovy
JavaSE7 Launch Event: Java7xGroovyYasuharu Nakano
 
The Ring programming language version 1.8 book - Part 47 of 202
The Ring programming language version 1.8 book - Part 47 of 202The Ring programming language version 1.8 book - Part 47 of 202
The Ring programming language version 1.8 book - Part 47 of 202Mahmoud Samir Fayed
 
Atm machine using c++
Atm machine using c++Atm machine using c++
Atm machine using c++Aqib Memon
 
2016 gunma.web games-and-asm.js
2016 gunma.web games-and-asm.js2016 gunma.web games-and-asm.js
2016 gunma.web games-and-asm.jsNoritada Shimizu
 
Atm machine using c++
Atm machine using c++Atm machine using c++
Atm machine using c++Aqib Memon
 
How to Build an HTML5 Game in Half a day
How to Build an HTML5 Game in Half a dayHow to Build an HTML5 Game in Half a day
How to Build an HTML5 Game in Half a dayHong Jiang
 
Atm machine using c++
Atm machine using c++Atm machine using c++
Atm machine using c++Aqib Memon
 
Atm machine using c++
Atm machine using c++Atm machine using c++
Atm machine using c++Aqib Memon
 
Fun with D3.js: Data Visualization Eye Candy with Streaming JSON
Fun with D3.js: Data Visualization Eye Candy with Streaming JSONFun with D3.js: Data Visualization Eye Candy with Streaming JSON
Fun with D3.js: Data Visualization Eye Candy with Streaming JSONTomomi Imura
 

Was ist angesagt? (20)

OOP 2012 - Hint: Dynamic allocation in c++
OOP 2012 - Hint: Dynamic allocation in c++OOP 2012 - Hint: Dynamic allocation in c++
OOP 2012 - Hint: Dynamic allocation in c++
 
The Ring programming language version 1.9 book - Part 50 of 210
The Ring programming language version 1.9 book - Part 50 of 210The Ring programming language version 1.9 book - Part 50 of 210
The Ring programming language version 1.9 book - Part 50 of 210
 
Super Advanced Python –act1
Super Advanced Python –act1Super Advanced Python –act1
Super Advanced Python –act1
 
Snow
SnowSnow
Snow
 
The MongoDB Driver for F#
The MongoDB Driver for F#The MongoDB Driver for F#
The MongoDB Driver for F#
 
The Ring programming language version 1.5.4 book - Part 41 of 185
The Ring programming language version 1.5.4 book - Part 41 of 185The Ring programming language version 1.5.4 book - Part 41 of 185
The Ring programming language version 1.5.4 book - Part 41 of 185
 
cocos2d 事例編 HungryMasterの実装から
cocos2d 事例編 HungryMasterの実装からcocos2d 事例編 HungryMasterの実装から
cocos2d 事例編 HungryMasterの実装から
 
Program Kasir c++(case ROti88)
Program Kasir c++(case ROti88)Program Kasir c++(case ROti88)
Program Kasir c++(case ROti88)
 
Functional JS for everyone - 4Developers
Functional JS for everyone - 4DevelopersFunctional JS for everyone - 4Developers
Functional JS for everyone - 4Developers
 
JavaSE7 Launch Event: Java7xGroovy
JavaSE7 Launch Event: Java7xGroovyJavaSE7 Launch Event: Java7xGroovy
JavaSE7 Launch Event: Java7xGroovy
 
No3
No3No3
No3
 
20151224-games
20151224-games20151224-games
20151224-games
 
The Ring programming language version 1.8 book - Part 47 of 202
The Ring programming language version 1.8 book - Part 47 of 202The Ring programming language version 1.8 book - Part 47 of 202
The Ring programming language version 1.8 book - Part 47 of 202
 
Atm machine using c++
Atm machine using c++Atm machine using c++
Atm machine using c++
 
2016 gunma.web games-and-asm.js
2016 gunma.web games-and-asm.js2016 gunma.web games-and-asm.js
2016 gunma.web games-and-asm.js
 
Atm machine using c++
Atm machine using c++Atm machine using c++
Atm machine using c++
 
How to Build an HTML5 Game in Half a day
How to Build an HTML5 Game in Half a dayHow to Build an HTML5 Game in Half a day
How to Build an HTML5 Game in Half a day
 
Atm machine using c++
Atm machine using c++Atm machine using c++
Atm machine using c++
 
Atm machine using c++
Atm machine using c++Atm machine using c++
Atm machine using c++
 
Fun with D3.js: Data Visualization Eye Candy with Streaming JSON
Fun with D3.js: Data Visualization Eye Candy with Streaming JSONFun with D3.js: Data Visualization Eye Candy with Streaming JSON
Fun with D3.js: Data Visualization Eye Candy with Streaming JSON
 

Ähnlich wie Penggunaan Array pada Studi Kasus Pemograman C==

Programa.eje
Programa.ejePrograma.eje
Programa.ejeguapi387
 
Cs pritical file
Cs pritical fileCs pritical file
Cs pritical fileMitul Patel
 
Hybrid Inheritance in C++
Hybrid Inheritance in C++Hybrid Inheritance in C++
Hybrid Inheritance in C++Abhishek Pratap
 
Ejercicios de programacion
Ejercicios de programacionEjercicios de programacion
Ejercicios de programacionJeff Tu Pechito
 
RAILWAY RESERWATION PROJECT PROGRAM
RAILWAY RESERWATION PROJECT PROGRAMRAILWAY RESERWATION PROJECT PROGRAM
RAILWAY RESERWATION PROJECT PROGRAMKrishna Raj
 
C++ Programming - 1st Study
C++ Programming - 1st StudyC++ Programming - 1st Study
C++ Programming - 1st StudyChris Ohk
 
c++ program for Railway reservation
c++ program for Railway reservationc++ program for Railway reservation
c++ program for Railway reservationSwarup Kumar Boro
 
Railway reservation
Railway reservationRailway reservation
Railway reservationSwarup Boro
 
i need to write a return type function that takes information about th.docx
i need to write a return type function that takes information about th.docxi need to write a return type function that takes information about th.docx
i need to write a return type function that takes information about th.docxhendriciraida
 
Please use the code below and make it operate as one program- Notating.pdf
Please use the code below and make it operate as one program- Notating.pdfPlease use the code below and make it operate as one program- Notating.pdf
Please use the code below and make it operate as one program- Notating.pdfseoagam1
 
Making Games in JavaScript
Making Games in JavaScriptMaking Games in JavaScript
Making Games in JavaScriptSam Cartwright
 

Ähnlich wie Penggunaan Array pada Studi Kasus Pemograman C== (20)

project3
project3project3
project3
 
Ayam potong
Ayam potongAyam potong
Ayam potong
 
Asssignment2
Asssignment2 Asssignment2
Asssignment2
 
Programa.eje
Programa.ejePrograma.eje
Programa.eje
 
Railwaynew
RailwaynewRailwaynew
Railwaynew
 
Cs pritical file
Cs pritical fileCs pritical file
Cs pritical file
 
Penjualan swalayan
Penjualan swalayanPenjualan swalayan
Penjualan swalayan
 
Hybrid Inheritance in C++
Hybrid Inheritance in C++Hybrid Inheritance in C++
Hybrid Inheritance in C++
 
oodp elab.pdf
oodp elab.pdfoodp elab.pdf
oodp elab.pdf
 
Ejercicios de programacion
Ejercicios de programacionEjercicios de programacion
Ejercicios de programacion
 
RAILWAY RESERWATION PROJECT PROGRAM
RAILWAY RESERWATION PROJECT PROGRAMRAILWAY RESERWATION PROJECT PROGRAM
RAILWAY RESERWATION PROJECT PROGRAM
 
C++ Programming - 1st Study
C++ Programming - 1st StudyC++ Programming - 1st Study
C++ Programming - 1st Study
 
c++ program for Railway reservation
c++ program for Railway reservationc++ program for Railway reservation
c++ program for Railway reservation
 
Railway reservation
Railway reservationRailway reservation
Railway reservation
 
Cpp c++ 2
Cpp c++ 2Cpp c++ 2
Cpp c++ 2
 
crc.pdf
crc.pdfcrc.pdf
crc.pdf
 
i need to write a return type function that takes information about th.docx
i need to write a return type function that takes information about th.docxi need to write a return type function that takes information about th.docx
i need to write a return type function that takes information about th.docx
 
project
projectproject
project
 
Please use the code below and make it operate as one program- Notating.pdf
Please use the code below and make it operate as one program- Notating.pdfPlease use the code below and make it operate as one program- Notating.pdf
Please use the code below and make it operate as one program- Notating.pdf
 
Making Games in JavaScript
Making Games in JavaScriptMaking Games in JavaScript
Making Games in JavaScript
 

Mehr von Sita Anggraeni

SURAT TUGAS PM NOVEMBER 2018
SURAT TUGAS PM NOVEMBER 2018SURAT TUGAS PM NOVEMBER 2018
SURAT TUGAS PM NOVEMBER 2018Sita Anggraeni
 
BUKTI SURAT KETERANGAN NOVEMBER 2018
BUKTI SURAT KETERANGAN  NOVEMBER 2018BUKTI SURAT KETERANGAN  NOVEMBER 2018
BUKTI SURAT KETERANGAN NOVEMBER 2018Sita Anggraeni
 
BUKTI SURAT KETERANGAN DAN ST JUNI 2018
BUKTI SURAT KETERANGAN  DAN ST JUNI 2018BUKTI SURAT KETERANGAN  DAN ST JUNI 2018
BUKTI SURAT KETERANGAN DAN ST JUNI 2018Sita Anggraeni
 
BUKTI SURAT KETERANGAN JANUARI 2018
BUKTI SURAT KETERANGAN  JANUARI 2018BUKTI SURAT KETERANGAN  JANUARI 2018
BUKTI SURAT KETERANGAN JANUARI 2018Sita Anggraeni
 
BUKTI SURAT KETERANGAN JULY 2017
BUKTI SURAT KETERANGAN JULY 2017BUKTI SURAT KETERANGAN JULY 2017
BUKTI SURAT KETERANGAN JULY 2017Sita Anggraeni
 
BUKTI SURAT KETERANGAN JANUARI 2017
BUKTI SURAT KETERANGAN  JANUARI 2017BUKTI SURAT KETERANGAN  JANUARI 2017
BUKTI SURAT KETERANGAN JANUARI 2017Sita Anggraeni
 
BUKTI SURAT KETERANGAN JULI 2016
BUKTI SURAT KETERANGAN  JULI 2016BUKTI SURAT KETERANGAN  JULI 2016
BUKTI SURAT KETERANGAN JULI 2016Sita Anggraeni
 
BUKTI SURAT KETERANGAN JANUARI 2016
BUKTI SURAT KETERANGAN  JANUARI 2016BUKTI SURAT KETERANGAN  JANUARI 2016
BUKTI SURAT KETERANGAN JANUARI 2016Sita Anggraeni
 
BUKTI SURAT KETERANGAN DAN ST JULI 2015
BUKTI SURAT KETERANGAN DAN ST JULI 2015BUKTI SURAT KETERANGAN DAN ST JULI 2015
BUKTI SURAT KETERANGAN DAN ST JULI 2015Sita Anggraeni
 
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015BUKTI SURAT KETERANGAN DAN ST JANUARI 2015
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015Sita Anggraeni
 
BUKTI SURAT KETERANGAN DAN ST JULI 2014
BUKTI SURAT KETERANGAN DAN ST JULI 2014BUKTI SURAT KETERANGAN DAN ST JULI 2014
BUKTI SURAT KETERANGAN DAN ST JULI 2014Sita Anggraeni
 
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014BUKTI SURAT KETERANGAN DAN ST JANUARI 2014
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014Sita Anggraeni
 
BUKTI SURAT KETERANGAN DAN ST JULI 2013
BUKTI SURAT KETERANGAN DAN ST JULI 2013BUKTI SURAT KETERANGAN DAN ST JULI 2013
BUKTI SURAT KETERANGAN DAN ST JULI 2013Sita Anggraeni
 
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013Sita Anggraeni
 
BUKTI SURAT KETERANGAN 2012
BUKTI SURAT KETERANGAN 2012BUKTI SURAT KETERANGAN 2012
BUKTI SURAT KETERANGAN 2012Sita Anggraeni
 
BUKTI SURAT KETERANGAN 2011
BUKTI SURAT KETERANGAN 2011BUKTI SURAT KETERANGAN 2011
BUKTI SURAT KETERANGAN 2011Sita Anggraeni
 

Mehr von Sita Anggraeni (20)

SURAT TUGAS PM NOVEMBER 2018
SURAT TUGAS PM NOVEMBER 2018SURAT TUGAS PM NOVEMBER 2018
SURAT TUGAS PM NOVEMBER 2018
 
BUKTI SURAT KETERANGAN NOVEMBER 2018
BUKTI SURAT KETERANGAN  NOVEMBER 2018BUKTI SURAT KETERANGAN  NOVEMBER 2018
BUKTI SURAT KETERANGAN NOVEMBER 2018
 
BUKTI SURAT KETERANGAN DAN ST JUNI 2018
BUKTI SURAT KETERANGAN  DAN ST JUNI 2018BUKTI SURAT KETERANGAN  DAN ST JUNI 2018
BUKTI SURAT KETERANGAN DAN ST JUNI 2018
 
BUKTI SURAT KETERANGAN JANUARI 2018
BUKTI SURAT KETERANGAN  JANUARI 2018BUKTI SURAT KETERANGAN  JANUARI 2018
BUKTI SURAT KETERANGAN JANUARI 2018
 
BUKTI SURAT KETERANGAN JULY 2017
BUKTI SURAT KETERANGAN JULY 2017BUKTI SURAT KETERANGAN JULY 2017
BUKTI SURAT KETERANGAN JULY 2017
 
BUKTI SURAT KETERANGAN JANUARI 2017
BUKTI SURAT KETERANGAN  JANUARI 2017BUKTI SURAT KETERANGAN  JANUARI 2017
BUKTI SURAT KETERANGAN JANUARI 2017
 
BUKTI SURAT KETERANGAN JULI 2016
BUKTI SURAT KETERANGAN  JULI 2016BUKTI SURAT KETERANGAN  JULI 2016
BUKTI SURAT KETERANGAN JULI 2016
 
BUKTI SURAT KETERANGAN JANUARI 2016
BUKTI SURAT KETERANGAN  JANUARI 2016BUKTI SURAT KETERANGAN  JANUARI 2016
BUKTI SURAT KETERANGAN JANUARI 2016
 
BUKTI SURAT KETERANGAN DAN ST JULI 2015
BUKTI SURAT KETERANGAN DAN ST JULI 2015BUKTI SURAT KETERANGAN DAN ST JULI 2015
BUKTI SURAT KETERANGAN DAN ST JULI 2015
 
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015BUKTI SURAT KETERANGAN DAN ST JANUARI 2015
BUKTI SURAT KETERANGAN DAN ST JANUARI 2015
 
BUKTI SURAT KETERANGAN DAN ST JULI 2014
BUKTI SURAT KETERANGAN DAN ST JULI 2014BUKTI SURAT KETERANGAN DAN ST JULI 2014
BUKTI SURAT KETERANGAN DAN ST JULI 2014
 
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014BUKTI SURAT KETERANGAN DAN ST JANUARI 2014
BUKTI SURAT KETERANGAN DAN ST JANUARI 2014
 
BUKTI SURAT KETERANGAN DAN ST JULI 2013
BUKTI SURAT KETERANGAN DAN ST JULI 2013BUKTI SURAT KETERANGAN DAN ST JULI 2013
BUKTI SURAT KETERANGAN DAN ST JULI 2013
 
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013
BUKTI SURAT KETERANGAN DAN ST FEBRUARI 2013
 
BUKTI SURAT KETERANGAN 2012
BUKTI SURAT KETERANGAN 2012BUKTI SURAT KETERANGAN 2012
BUKTI SURAT KETERANGAN 2012
 
BUKTI SURAT KETERANGAN 2011
BUKTI SURAT KETERANGAN 2011BUKTI SURAT KETERANGAN 2011
BUKTI SURAT KETERANGAN 2011
 
Sertifikasi Komputer
Sertifikasi KomputerSertifikasi Komputer
Sertifikasi Komputer
 
Profile Simlibtabnas
Profile SimlibtabnasProfile Simlibtabnas
Profile Simlibtabnas
 
Jurnal REMIK 2019
Jurnal REMIK 2019Jurnal REMIK 2019
Jurnal REMIK 2019
 
Prosiding ICIC 2018
Prosiding ICIC 2018Prosiding ICIC 2018
Prosiding ICIC 2018
 

Kürzlich hochgeladen

%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburgmasabamasaba
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Hararemasabamasaba
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benonimasabamasaba
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...masabamasaba
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in sowetomasabamasaba
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationJuha-Pekka Tolvanen
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 

Kürzlich hochgeladen (20)

%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 

Penggunaan Array pada Studi Kasus Pemograman C==

  • 1. #include <stdio.h> #include <conio.h> #include <iostream.h> main() { char kode[10][2],*aksi[10],pngj[5],lagi; int x,y; long harga[10],jml[10]; awal: cout<<"Masukan Jumlah data=";cin>>x; cout<<"Masukan Pengunjung=";cin>>pngj; for(y=1;y<=x;y++) { cout<<"Masukan Paket WISATA[AA/BB/CC]=";cin>>kode[y]; cout<<"Masukan Jumlah Peserta /orang=";cin>>jml[y]; if (strcmp(kode[y],"AA")==0||strcmp(kode[y],"aa")==0) { harga[y]=90000; aksi[y]="Buah Mangga"; }
  • 2. else if (strcmp(kode[y],"BB")==0||strcmp(kode[y],"bb")==0) { harga[y]=80000; aksi[y]="Buah Apel"; } else if (strcmp(kode[y],"CC")==0||strcmp(kode[y],"cc")==0) { harga[y]=70000; aksi[y]="Buah Jeruk"; } else { cout<<"Salah Input"; goto awal; } } clrscr(); gotoxy(1,1); cout<<"******************************************"<<endl; gotoxy(8,2); cout<<"WISATA TAMAN BUAH"<<endl; gotoxy(1,3); cout<<"******************************************"<<endl; gotoxy(4,4); cout<<"PENGUNJUNG = "<<pngj<<endl;
  • 3. gotoxy(2,6); cout<<"NO AKSI JML HARGA"<<endl; gotoxy(1,7); cout<<"******************************************"<<endl; //1234567890123456789012345678901234 for(y=1;y<=x;y++) { gotoxy(2,y+9);cout<<y; gotoxy(6,y+9);cout<<aksi[y]; gotoxy(18,y+9);cout<<jml[y]; gotoxy(25,y+9);cout<<harga[y]; } gotoxy(1,15); cout<<"******************************************"<<endl; gotoxy(7,16); cout<<"Input Data Lagi=";cin>>lagi; if (lagi=='Y'||lagi=='y') {clrscr(); goto awal;} else cout<<"thanks"<<endl; getch(); }