You are on page 1of 1

//penggunaan directive

#include <stdio.h>
int main () {
printf("NILAI TUKAR MATA UANG ASING TERHADAP RUPIAH \n") ;
printf("MATA UANG JUAL \n") ;
printf("===================================\n") ;
printf("AUD 10.255\n") ;
printf("EUR 16.328\n") ;
printf("USD 14.394\n") ;
printf("CHF 14.863\n") ;
printf("===================================\n") ;
printf("------------------------------------\n") ;

You might also like